PostgreSQL advanced foreign key options #11126
Unanswered
kells64000
asked this question in
Support Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I need to change the default constraint
NOT DEFERRABLE INITIALLY IMMEDIATE
toDEFERRABLE INITIALLY DEFERRED
.This constraint seems to be defined here.
I'd like to pass the
deferrable
anddeferred
options directly from theJoinColumn
attribute, but I have the impression that the options are not taken into account here.Is there another way to pass these options?
Beta Was this translation helpful? Give feedback.
All reactions