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