LourensGH / Sizzle_Squad

0 stars 2 forks source link

Added relations in models #8

Closed LourensGH closed 6 months ago

LourensGH commented 6 months ago

Added belongs_to and has_many relations to models. Feel free to double check me on these and try to understand how we are linking from our sizzlers table to our users table through the bookings table as well as straight to it with the foreign key user_id. Had to do some research so have a look and see what I've done in all the models.