ColumnDefinitionPgSqlGeneration extension
- on
-
- ColumnDefinition
Properties
- isIdColumn → bool
-
Available on ColumnDefinition, provided by the ColumnDefinitionPgSqlGeneration extension
Whether the column is the default primary key column.no setter - isIntSerialIdColumn → bool
-
Available on ColumnDefinition, provided by the ColumnDefinitionPgSqlGeneration extension
Whether the column is a primary key of type int serial.no setter - isVectorColumn → bool
-
Available on ColumnDefinition, provided by the ColumnDefinitionPgSqlGeneration extension
Whether the column is of a vector type.no setter
Methods
-
toPgSqlFragment(
) → String -
Available on ColumnDefinition, provided by the ColumnDefinitionPgSqlGeneration extension