$customConstraints property
Custom constraints that have been specified for this column.
Some constraints, like NOT NULL
or checks for booleans, are generated by
drift by default.
Constraints can also be overridden with BuildColumn.customConstraint,
in which case the drift constraints will not be applied.
Implementation
final String? $customConstraints;