FieldOption isNullable
This option is used to define that a field should be initialized as null
.
An example where this option may be useful, is when defining fields with types for which it is normally not possible to provide an initial "empty" value. This is the case for types such as Date
or DateTime
, which are always instantiated using for example new Date()
.
Version
Release | Expander version | Change |
---|---|---|
201704 | 3.1.4 | Added option |