GlossaryAttributes
Attributes
Glossary entries for constraints, flags, and relation shapes.
- PK - Primary key uniquely identifies each row in a table.
- unique - Values in this column must not repeat across rows.
- required - The field must always have a value.
- list - The field stores an array of values.
- updatedAt - Automatically set when the record is updated.
- readOnly - The field is managed by the relation, not written directly.
- one-to-one - Each row on one side maps to exactly one row on the other.
- one-to-many - One parent record can have many related child records.
- many-to-one - Many records on this side point to one record on the other.
- many-to-many - Records on both sides can relate to many records on the other.