-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
Now that the constraints in create_table
contain all of the possible settings for constraints, we can go ahead and reuse the same writers and provide the same options for create_constraint
and column level operations.
- primary key
- new type in
create_constraint
New constraint type increate_constraint
:primary_key
#698 - breaking change: add support for index parameters in inline definition
- new type in
- unique
- breaking change: support index parameters
- deferrable column level constraints
- exclusion constraint [feature request] exclusion constraints #677
- check: Add support for
no_inherit
on column level constraints and increate_constraint
operation #670 - foreign key: Expose foreign key constraint options in inline FK definition and in
create_constraint
#653
Metadata
Metadata
Assignees
Labels
No labels