Strange @relation fields in auto-generated models
Using
[email protected]
, I ran npx prisma db pull
to generate models for an existing SQLite database.
It generated these models:
I do not understand the stories_stories_seriesToseries
and series_stories_seriesToseries
fields. What are these cryptic names? And why do the @relation
attributes have a name
argument? Shouldn't they not need one, since there's only one relation between these tables?0 Replies