Instance Method
check(_:named:)
Add a
CHECK constraint to the table.@discardableResult func check(_ expression: any SQLExpression, named constraintName: (any SQLExpression)? = nil) -> Self
Parameters
expressionA check constraint expression.
constraintNameAn optional name to give the constraint.