Column constructor
const
Column({})
Implementation
const Column({
this.name,
this.primaryKey = false,
this.nullable = true,
this.unique = false,
this.defaultValue,
this.length,
this.columnType = ColumnType.text,
});