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