Join Slack
Powered by
What does the Table strategy does under the hood? ...
# orm-help
k
KJReactor
08/15/2020, 5:01 PM
What does the
Table
strategy does under the hood? Is it creating a foreign unique key to establish 1:n relationships?
j
janpio
08/16/2020, 12:15 PM
Prisma 1 I assume?
k
KJReactor
08/16/2020, 12:56 PM
No, I'm transitioning to v2.
KJReactor
08/16/2020, 12:56 PM
doing an introspect with Prisma 2 complains about not supporting the inline relation strategy and that table should be used instead
j
janpio
08/16/2020, 12:56 PM
Can you post the complete output you are getting?
janpio
08/16/2020, 12:57 PM
"table strategy" is a Prisma 1 thing usually.
k
KJReactor
08/17/2020, 12:19 PM
i solved it, thanks
3
Views
Open in Slack
Previous
Next