CreateInt.autoPrimary constructor

const CreateInt.autoPrimary(
  1. String name, {
  2. String? uniqueGroup,
})

Implementation

const CreateInt.autoPrimary(this.name, {this.uniqueGroup})
    : isPrimary = true,
      autoIncrement = true,
      foreignKey = null,
      isNullable = false;