SchemaColumn constructor
const
SchemaColumn({})
Implementation
const SchemaColumn({
required this.name,
required this.dataType,
this.schema,
this.tableName,
this.length,
this.numericPrecision,
this.numericScale,
this.nullable = true,
this.defaultValue,
this.autoIncrement = false,
this.primaryKey = false,
this.comment,
this.generatedExpression,
});