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
Most types are not nullable. That means that they may not contain the value "null", but they may be left away if they're not required.
In v14, the state.open field was nullable, since v15 no field is nullable anymore. Suggestion for new wording:
Since v15, no more schema fields are nullable. That means that they may not contain the value "null", but they may be left away if they're not required.
Checklist:
The text was updated successfully, but these errors were encountered: