Options
All
  • Public
  • Public/Protected
  • All
Menu

Orm has special columns and we need to know what database column types should be for those types. Column types are driver dependant.

Hierarchy

  • MappedColumnTypes

Index

Properties

cacheDuration

cacheDuration: ColumnType

Column type for duration column in query result cache table.

cacheId

cacheId: ColumnType

Column type for identifier column in query result cache table.

cacheIdentifier

cacheIdentifier: ColumnType

Column type for identifier column in query result cache table.

cacheQuery

cacheQuery: ColumnType

Column type for query column in query result cache table.

cacheResult

cacheResult: ColumnType

Column type for result column in query result cache table.

cacheTime

cacheTime: ColumnType

Column type for time column in query result cache table.

createDate

createDate: ColumnType

Column type for the create date column.

createDateDefault

createDateDefault: string

Default value should be used by a database for "created date" column.

Optional createDatePrecision

createDatePrecision: undefined | number

Precision of datetime column. Used in MySql to define milliseconds.

migrationId

migrationId: ColumnType

Column type of id column used for migrations table.

migrationName

migrationName: ColumnType

Column type for migration name column used for migrations table.

migrationTimestamp

migrationTimestamp: ColumnType

Column type of timestamp column used for migrations table.

treeLevel

treeLevel: ColumnType

Column type for the tree level column.

updateDate

updateDate: ColumnType

Column type for the update date column.

updateDateDefault

updateDateDefault: string

Default value should be used by a database for "updated date" column.

Optional updateDatePrecision

updateDatePrecision: undefined | number

Precision of datetime column. Used in MySql to define milliseconds.

version

version: ColumnType

Column type for the version column.

Generated using TypeDoc