My journal for Code Fellows
@hasOne
one directional one-to-one relationship@hasMany
one directional one-to-many relationship@belongsTo
used to make a one-to-one or one-to-many relationship bidirectional@manyToMany
creates a join table between two models for a many to many relationshipI would like to know more about all the methods available for requests after settings up the database relationships