User & Accounts Link Schema #1483
-
I am attempting a migration from ParsePlatform to NextAuth & was looking at the PostgreSQL schema provided:
What I don't quite understand is why there is no foreign key constraint linking the userID in ACCOUNTS with the id in the USERS table? Are they independent from one another or should they linked? It seems they should be but I wasn't quite sure. Does anybody know the reason behind this? Or is this an issue that I should put up. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can check out this 2 issues: #254 and #1235 From #254:
|
Beta Was this translation helpful? Give feedback.
You can check out this 2 issues: #254 and #1235
From #254: