You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User has many recipes through user recipes
Recipe has many ingredients through recipe ingredients
Recipe has many ratings
Recipe has many comments
Comment belongs to recipe
Rating belongs to recipe
User has many favorites through recipes(Favorites is the joins table)
Recipe name user:references Ingredient name RecipeIngredient recipe_id, ingredient_id amount Like user_id recipe_id Favorite recipe_id user_id Comment title body recipe_id
The text was updated successfully, but these errors were encountered:
User has many recipes through user recipes
Recipe has many ingredients through recipe ingredients
Recipe has many ratings
Recipe has many comments
Comment belongs to recipe
Rating belongs to recipe
User has many favorites through recipes(Favorites is the joins table)
Recipe name user:references
Ingredient name
RecipeIngredient recipe_id, ingredient_id amount
Like user_id recipe_id
Favorite recipe_id user_id
Comment title body recipe_id
The text was updated successfully, but these errors were encountered: