Object/JSONB type definition.
The type of values in the record (default: unknown)
Whether the field is required
Protected
Optional
Configure a default value (or factory) for the field.
Resolve a configured default for the field, if any.
Mark the field as required or optional.
Flag the field as sensitive so joins/exposures can omit it by default.
Validate the supplied value and return the normalized result.
Add a validator function that will receive the normalized value.
Object/JSONB type definition.