Column type for duration column in query result cache table.
Column type for identifier column in query result cache table.
Column type for identifier column in query result cache table.
Column type for query column in query result cache table.
Column type for result column in query result cache table.
Column type for time column in query result cache table.
Column type for the create date column.
Default value should be used by a database for "created date" column.
Precision of datetime column. Used in MySql to define milliseconds.
Column type of id column used for migrations table.
Column type for migration name column used for migrations table.
Column type of timestamp column used for migrations table.
Column type for the tree level column.
Column type for the update date column.
Default value should be used by a database for "updated date" column.
Precision of datetime column. Used in MySql to define milliseconds.
Column type for the version column.
Generated using TypeDoc
Orm has special columns and we need to know what database column types should be for those types. Column types are driver dependant.