create_primary_key
create_primary_key(constraint_name: str, columns: List[str]) → None
Issue a “create primary key” 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: