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