Prisma
configuration for a foreign key.
Relation property name in this model. MUST use camelCase.
Inverse relation property name generated in the target model. Typically plural for 1:N (e.g., "comments"), singular for 1:1.
Must match an existing model name in the schema.
Prisma
Relation
configuration for a foreign key.