Fields — ASL
Fields
Section titled “Fields”Everything declared inside a type body that describes its data. For the schema-level declarations (indexes, composite constraints), see Schema.
- Properties — scalar columns,
required, and defaults. - Rewrites — auto-assign a field on insert/update.
- Constraints — field-level
exclusive,pk, andCHECKs. - Links — single and multi foreign-key relationships.
- Computed Fields — derived values expanded during compilation.