Finished Prisma documentation for this relationship field. Include only business prose about the referenced concept and why this table needs it.
MUST use snake_case. Convention: "{target_model}_id".
True only when this row can legitimately be created or stored without the referenced row. This controls the column's nullability only; the generated relation still cascades on hard delete. Use non-null foreign keys for parents or owners that must exist before this row is created.
Parent-side inverse relation semantics exposed on the target model.
Child-side relation configuration for this foreign key.
True for 1:1 relationships, false for 1:N.
Foreign key field establishing a relationship to another model.