Sayantan | Ironforge
Explore posts from serversDTDrizzle Team
•Created by Sayantan | Ironforge on 3/6/2024 in #help
Add a Exclusion Constraint for Postgres
I want to add an exclusion constraint to a table where I want to make sure there is only one row with flag set to true.
Regular SQL would look like this,
Is there any way I can do this with Drizzle?
1 replies