drop_constraint

drop_constraint(constraint_name: str, type_: Optional[str] = None) → None

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

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

See also: