ColumnDefinition constructor
const
ColumnDefinition({})
Implementation
const ColumnDefinition({
required this.name,
required this.type,
this.isNullable = true,
this.isAutoIncrement = false,
this.defaultValue,
this.enumValues,
this.isJson = false,
this.isList = false,
});