OzzyRMOzzyRMDocs
GlossaryAttributes

readOnly

The field is managed by the relation, not written directly.

The field is managed by the relation, not written directly.

Read-only fields often appear on the non-owning side of a relation. The foreign key lives on another model.

Example

Prisma
posts Post[] // virtual relation field on User

On this page