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