Relations
Relations is what we call the association among types or with themselves.
Many-to-one associations are described using BelongsToAttribute. One-to-many uses HasManyAttribute. Many-to-many uses HasAndBelongsToManyAttribute
Relations is what we call the association among types or with themselves.
Many-to-one associations are described using BelongsToAttribute. One-to-many uses HasManyAttribute. Many-to-many uses HasAndBelongsToManyAttribute