Skip to content

Commit

Permalink
Update relations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Jul 29, 2019
1 parent bc7ac1f commit 94ffc29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/relations.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ It has the following signature:
- `NONE` (_default_): Set the field to `null`.
- `CASCADE`: Also delete this entry.

> **Note**: Cascading deletes are not yet implemented. You can track the progress of this feature in this [GitHub issue](https://github.com/prisma/prisma2/issues/267).
## 1:1

The return value on both sides is a nullable single value. Prisma prevents accidentally storing multiple records in the relation.
Expand Down

0 comments on commit 94ffc29

Please sign in to comment.