create_unique_constraint

create_unique_constraint(constraint_name: str, columns: Sequence[str], **kw) → Any

Issue a “create unique 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: