PrimaryKey constructor

const PrimaryKey({
  1. ColumnType columnType = ColumnType.serial,
})

Implementation

const PrimaryKey({ColumnType columnType = ColumnType.serial})
    : super(type: columnType, indexType: IndexType.primaryKey);