Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for columns that can define a length of the column type.

Hierarchy

  • ColumnWithLengthOptions

Index

Properties

Properties

Optional length

length: string | number

Column type's length. For example type = "varchar" and length = "100" means ORM will create a column with type varchar(100).

Generated using TypeDoc