What does the Table strategy does under the hood? ...
# orm-help
k
What does the Table strategy does under the hood? Is it creating a foreign unique key to establish 1:n relationships?
j
Prisma 1 I assume?
k
No, I'm transitioning to v2.
doing an introspect with Prisma 2 complains about not supporting the inline relation strategy and that table should be used instead
j
Can you post the complete output you are getting?
"table strategy" is a Prisma 1 thing usually.
k
i solved it, thanks