Skip to content

Commit 4e4c57c

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

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
@@ -684,7 +684,7 @@ Optional parameters:
684684
affected entities and should be enforced as such on the database
685685
constraint level. Defaults to false.
686686
- **deferrable**: Determines whether this relation constraint can be deferred. Defaults to false.
687-
- **deferred**: Determines whether this deferrable relation constraint can be IMMEDIATE or DEFERRED. Defaults to false (IMMEDIATE).
687+
- **deferred**: Determines whether this deferrable relation constraint can be INITIALLY IMMEDIATE or INITIALLY DEFERRED. Defaults to false (INITIALLY IMMEDIATE).
688688
- **nullable**: Determine whether the related entity is required, or if
689689
null is an allowed state for the relation. Defaults to true.
690690
- **onDelete**: Cascade Action (Database-level)

0 commit comments

Comments
 (0)