Changes between Initial Version and Version 1 of Ticket #31653, comment 13
- Timestamp:
- Oct 16, 2020, 4:53:14 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31653, comment 13
initial v1 1 1 > This form adds a new constraint to a table using the same constraint syntax as CREATE TABLE, plus the option NOT VALID, which is currently only allowed for foreign key and CHECK constraints. 2 2 3 We should probably also document the fact that this operation only supports `CheckConstraint`s and NOT `ForeignKey`s. I think it'd be better if we added Postgres operations that support the `NOT VALID` clause for f k checks as well in the future.3 We should probably also document the fact that this operation only supports `CheckConstraint`s and NOT `ForeignKey`s. I think it'd be better if we added Postgres operations that support the `NOT VALID` clause for foreign key constraints as well in the future.