DecoratorsRelationOverviewRelation decorators for linking models together.Decorators that define relationships between models. DecoratorPurpose@fieldSpecify the FK field for a forward relation@modelSpecify the target model for a relation@keySpecify the target field for the FK lookup@onDeleteControl cascade behavior on delete@defaultAlwaysSet a default value that resets on every write — create and update — when the field is not explicitly provided.@fieldThe @field decorator specifies which Record field stores the foreign key for a relation.