Handle many-to-many relations in Prisma with MySQL
I am struggling with creating a schema that works in Prisma with MySQL. I've read an article at prisma.io regarding the subject, but couldn't figure out how to solve my own problem.
Here's the schema:
Basically. Every
Here's the schema:
Basically. Every
User should be able to have several ShoppingLists. And the ShoppingLists can contain several Items.