ColumnMetadata constructor
const
ColumnMetadata({})
Implementation
const ColumnMetadata({
required this.name,
required this.type,
this.isNullable = true,
this.isPrimaryKey = false,
this.isAutoIncrement = false,
});