BuildIntColumn<T extends int> extension
Tells the generator to build an IntColumn. See the docs at ColumnBuilder for details.
- on
Methods
-
autoIncrement(
) → ColumnBuilder< T> -
Available on ColumnBuilder<
Enables auto-increment for this column, which will also make this column the primary key of the table.T> , provided by the BuildIntColumn extension