You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
Describe the bug
I'm not sure if I'm missing something but I can't generate a simple many-to-many relationship with prisma 1.34.10. It throws ✖ Valid values for the argument link are: INLINE.
To Reproduce
Steps to reproduce the behavior (MacOS):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.
Describe the bug
I'm not sure if I'm missing something but I can't generate a simple many-to-many relationship with prisma 1.34.10. It throws
✖ Valid values for the argument link are: INLINE.
To Reproduce
Steps to reproduce the behavior (MacOS):
Choose :
Create new database
DB :
MySQL
orPostgreSQL
Generated prisma client :
Don't generate
Replace the
datamodel.prisma
content byExpected behavior
I expect prisma to generate the DB and the graphQL server as explained in the docs
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Postgres
,MySQL
1.34.10
prisma
CLI:prisma/1.34.10 (darwin-x64) node-v13.9.0
OS X Mojave
The text was updated successfully, but these errors were encountered: