MysqlColumn constructor
MysqlColumn({})
Implementation
MysqlColumn({
this.collation,
this.columnName,
this.dataType,
this.length,
this.nullable,
this.ordinalPosition,
this.primaryKey,
});
MysqlColumn({
this.collation,
this.columnName,
this.dataType,
this.length,
this.nullable,
this.ordinalPosition,
this.primaryKey,
});