CreateDateTime constructor

CreateDateTime(
  1. String name, {
  2. bool isNullable = false,
  3. bool isPrimary = false,
  4. Foreign? foreignKey,
  5. String? uniqueGroup,
})

Implementation

CreateDateTime(this.name,
    {this.isNullable = false,
    this.isPrimary = false,
    this.foreignKey,
    this.uniqueGroup});