ColumnSchema constructor
const
ColumnSchema(})
Implementation
const ColumnSchema(this.name,
{required this.type, this.isNullable = false, bool? isAutoIncrement})
: isAutoIncrement = isAutoIncrement ?? (type == 'serial');