Open ari-becker opened 1 year ago
Also, currently drizzle-kit generate:pg
is generating a new migration to DROP
the CONSTRAINT
s and re-CREATE
them without the DEFERRABLE
in case they are actually marked as deferrable in the DB. Should I register a bug for that?
Would this feature include DEFERRABLE
on ALL constraints? I'm especially looking for deferrable foreign key constraints.
Bumping this issue, this is achievable in the schema instead of manually editing the generated SQL files
Bumping, same issue here.
Describe what you want
https://www.postgresql.org/docs/16/sql-createtable.html#SQL-CREATETABLE-PARMS-DEFERRABLE
I'm looking for something along the lines of: