ColumnInfo constructor
ColumnInfo({})
Implementation
ColumnInfo({
required this.name,
required this.type,
this.caseSensitive,
this.catalogName,
this.label,
this.nullable,
this.precision,
this.scale,
this.schemaName,
this.tableName,
});