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
@@ -677,7 +677,7 @@ Optional parameters:
677
677
affected entities and should be enforced as such on the database
678
678
constraint level. Defaults to false.
679
679
- **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).
681
681
- **nullable**: Determine whether the related entity is required, or if
682
682
null is an allowed state for the relation. Defaults to true.
0 commit comments