ColumnMetadata constructor
ColumnMetadata({})
Implementation
ColumnMetadata({
this.arrayBaseColumnType,
this.isAutoIncrement,
this.isCaseSensitive,
this.isCurrency,
this.isSigned,
this.label,
this.name,
this.nullable,
this.precision,
this.scale,
this.schemaName,
this.tableName,
this.type,
this.typeName,
});