Attributes
Table of Contents
Classes
- BelongsTo
- Defines a belongs-to relationship (many-to-one).
- BelongsToMany
- Defines a belongs-to-many relationship (many-to-many).
- Column
- Maps a property to a database column.
- HasMany
- Defines a has-many relationship (one-to-many).
- HasOne
- Defines a has-one relationship (one-to-one).
- Table
- Specifies the database table name for a model.