PrimaryColumn<T extends ColumnType<V>, V extends Object?> extension

Primary-key marking for a possibly-absent column.

on
  • T?

Methods

primaryKey() → T?

Available on T?, provided by the PrimaryColumn extension

Marks this column as the primary key (no auto-increment).