OptionalalwaysAlways signifies that the field value will be computed on any write (INSERT OR UPDATE) operations. The field cannot be written to, and when read the result of the last generated expression will be returned.
The generation expression can refer to other columns in the table, but not other generated columns. Any functions and operators used must be immutable. References to other tables are not allowed.
OptionalbinaryOptionalboolOptionaldatetimeOptionaldefaultThe default expression will be used in INSERT operation
that does not specify a value for the field.
If there is no default for a field, then the default is null.
OptionaldisabledOptionaldurationOptionalfloatOptionalfloat32Optionalfloat64OptionalhiddenOptionalhintShort description. Default: {name}.
OptionalidField [code] name.
code
OptionalintOptionalint32Optionalint64OptionalkindRequired. The field type.
OptionallookupOptionalnameTitle of the field. Lang specific.
title
OptionalreadonlyOptional. Disable any write (INSERT OR UPDATE) operations.
READONLY signifies that the field value will be always computed on any write (INSERT OR UPDATE) operations.
If selected, the default value MUST be specified.
FIXME: Is base field ? [ id, created_, updated_ ]
OptionalrequiredOptionalrichtextOptionalstringOptionaluintOptionaluint32Optionaluint64
Field of the struct.