We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d1462c + 9ad5781 commit 6db273eCopy full SHA for 6db273e
docs/data-modeling.md
@@ -168,12 +168,6 @@ The type of a field can be modified by appending either of two modifiers:
168
169
In the main example above, the field `name` on the `User` model is _optional_ and the `posts` field is a _list_.
170
171
-Lists can also be optional and will give the list a third state (which is `null`):
172
-
173
-- `Blog[]`: Empty list or non-empty list (default: `[]`)
174
-- `Blog[]?`: `null`, empty list or non-empty list (default: `null`)
175
176
-The default value for a required list is an empty list. The default value for an optional list is `null`.
177
178
### Field attributes
179
0 commit comments