Column<T> constructor
Creates a new Column, this is typically done in generated code only.
Implementation
Column(
this._columnName,
this.table, {
this.hasDefault = false,
String? fieldName,
}) : _fieldName = fieldName ?? _columnName,
type = T;