P
Prisma7mo ago
Tekipeps

Relations issue

how do I write relations that have multiple columns that are related to one entity
No description
1 Reply
moosthuizen
moosthuizen7mo ago
Relations (Reference) | Prisma Documentation
A relation is a connection between two models in the Prisma schema. This page explains how you can define one-to-one, one-to-many and many-to-many relations in Prisma.

Did you find this page helpful?