Table check constraints.
Table columns.
Table engine.
Table foreign keys.
Table indices.
Indicates if table was just created. This is needed, for example to check if we need to skip primary keys creation for new tables.
Contains database name, schema name and table name. E.g. "myDB"."mySchema"."myTable"
Table unique constraints.
Adds check constraint.
Add column and creates its constraints.
Adds foreign keys.
Adds index.
Adds unique constraint.
Clones this table to a new table with all properties cloned.
Returns all column checks.
Returns all column foreign keys.
Returns all column indices.
Returns all column uniques.
Removes check constraint.
Remove column and its constraints.
Removes foreign key.
Removes index.
Removes unique constraint.
Creates table from a given entity metadata.
Generated using TypeDoc
Table in the database represented in this class.