BuildInt64Column extension

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

on

Methods

autoIncrement() ColumnBuilder<BigInt>

Available on ColumnBuilder<BigInt>, provided by the BuildInt64Column extension

Enables auto-increment for this column, which will also make this column the primary key of the table.