Skip to content

Commit 4883035

Browse files
vencakreclsimPod
andcommitted
Update docs/en/reference/attributes-reference.rst
Co-authored-by: Simon Podlipsky <[email protected]>
1 parent 31b63ea commit 4883035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/reference/attributes-reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ Optional parameters:
677677
affected entities and should be enforced as such on the database
678678
constraint level. Defaults to false.
679679
- **deferrable**: Determines whether this relation constraint can be deferred. Defaults to false.
680-
- **deferred**: Determines whether this deferrable relation constraint can be IMMEDIATE or DEFERRED. Defaults to false (IMMEDIATE).
680+
- **deferred**: Determines whether this deferrable relation constraint can be INITIALLY IMMEDIATE or INITIALLY DEFERRED. Defaults to false (INITIALLY IMMEDIATE).
681681
- **nullable**: Determine whether the related entity is required, or if
682682
null is an allowed state for the relation. Defaults to true.
683683
- **onDelete**: Cascade Action (Database-level)

0 commit comments

Comments
 (0)