Entity check options.
Entity column's options.
Database name. Used in MySql and Sql Server.
Name of the schema it extends.
Entity indices options.
Entity name.
Specifies a property name by which queries will perform ordering by default when fetching rows.
Entity relation's options.
Schema name. Used in Postgres and Sql Server.
Indicates if schema synchronization is enabled or disabled for this entity. If it will be set to false then schema sync will and migrations ignore this entity. By default schema synchronization is enabled for all entities.
Table name.
Target bind to this entity schema. Optional.
Table type.
Entity uniques options.
Generated using TypeDoc
Interface for entity metadata mappings stored inside "schemas" instead of models decorated by decorators.