You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/reference/attributes-reference.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -684,7 +684,7 @@ Optional parameters:
684
684
affected entities and should be enforced as such on the database
685
685
constraint level. Defaults to false.
686
686
- **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).
688
688
- **nullable**: Determine whether the related entity is required, or if
689
689
null is an allowed state for the relation. Defaults to true.
0 commit comments