BuildIntColumn<T extends int> extension

Tells the generator to build an IntColumn. See the docs at ColumnBuilder for details.

on

Methods

autoIncrement() ColumnBuilder<T>
Enables auto-increment for this column, which will also make this column the primary key of the table.