Column<T> constructor
const
Column<T> (})
Describes one physical column without creating or validating a database.
Implementation
const Column(
this.name,
this.codec, {
this.nullable = false,
this.generated = false,
this.defaultSql,
this.computed,
this.clientDefault,
this.integerBits,
this.decimalPrecision,
this.decimalScale,
this.temporalPrecision,
});