Automatic similarity between primary key and foreign key makes the foreign key adopt the extra fluff of the primary key. #352
Unanswered
MartinJohannessen
asked this question in
Q&A
Replies: 1 comment
-
In this case, you should disable this option and use it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(I'm learning so I might be wrong) Concretely, when typing the primary key as a PostgreSQL's "serial" type, meaning it auto iterates, I don't think it would be correct for the foreign key to also be typed "serial" since in that instance it's a normal integer.
Beta Was this translation helpful? Give feedback.
All reactions