check method
Specifies a check constraint for the column.
Implementation
ColumnDefinition check(String condition) {
_checkConstraint = condition;
return this;
}
Specifies a check constraint for the column.
ColumnDefinition check(String condition) {
_checkConstraint = condition;
return this;
}