Constructor
table name
columns
Constructor
table name
columns
list of required columns
Constructor
table name
columns
custom column specification
Constructor
table name
columns
Optional
requiredColumns: string[]list of required columns
Optional
custom: booleancustom column specification
Copy Constructor
user custom columns
Required columns
Add a new column
new column
Alter a column
altered column
Get the columns with the provided data type
columns
data type
Copy the user columns
copied user columns
Drop a column
column to drop
Get the column of the column name
column
column name
Get the column at the index
column
column index
Get the list of columns
columns
Get the primary key column
primary key column
Rename a column
column
new column name
Check for the expected data type
expected data type
user column
Generated using TypeDoc
UserCustomColumns