1
0
cvsa/packages/core/prisma/relations/README.md

300 B

Relations

This directory contains join tables for Many-to-Many relationships.

To maintain a clean and modular Prisma schema, we separate core data models (in /models) from their association entities. This structure helps prevent individual .prisma files from becoming too large and complex.