-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
c/consoleRelated to consoleRelated to consoletriage/3-rfc-wipRFC is being writtenRFC is being written
Description
Currently there are multiple ways to perform validations before mutations:
- add check constraints on postgres explicitly
- create postgres triggers
- remote-schemas
Many use-cases can be solved using 1 and 2 but its not easy to use them currently.
We can solve the problem of 1) more efficiently: In the data tab, we should be able to "select" check constraints during table create/modify. We can keep this similar to permissions UI but underneath it will translate to a simple "ADD CONSTRAINT" query.
mnlbox, trekze, joserocha3, elitan, wawhal and 10 morerevskill10, sabuydee and KirillSuhodolovjoserocha3, KirillSuhodolov and mnlbox
Metadata
Metadata
Assignees
Labels
c/consoleRelated to consoleRelated to consoletriage/3-rfc-wipRFC is being writtenRFC is being written