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 exist without the referenced row. Use required foreign keys only for parents or owners that must exist before this row is created.
Prisma relation configuration.
True for 1:1 relationships, false for 1:N.
Foreign key field establishing a relationship to another model.