create_check_constraint

create_check_constraint(constraint_name: str, condition: TextClause, **kw) → Optional[Table]

Issue a “create check constraint” instruction using the current batch migration context.

The batch form of this call omits the source and schema arguments from the call.

See also: