You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user might want to create a constraint on a table, and we should allow them to do so.
Proposed solution
Create a api/v0/tables/<id/constraints/ endpoint that allows users to create, read, update, or delete table constraints. For now, we should only support UNIQUE constraints, but please keep in mind that we may want to extend the API to other constraints in the future.
Problem
The user might want to create a constraint on a table, and we should allow them to do so.
Proposed solution
Create a
api/v0/tables/<id/constraints/
endpoint that allows users to create, read, update, or delete table constraints. For now, we should only supportUNIQUE
constraints, but please keep in mind that we may want to extend the API to other constraints in the future.Additional context
The text was updated successfully, but these errors were encountered: