driftSqlType property
The BaseSqlType
backing this expression.
This is a recognized DriftSqlType for all expressions for which a custom type has not explicitly been set.
Implementation
@override
BaseSqlType<T> get driftSqlType => _customType ?? super.driftSqlType;