Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

schema #13

Open
mikeheft opened this issue Feb 19, 2018 · 0 comments
Open

schema #13

mikeheft opened this issue Feb 19, 2018 · 0 comments

Comments

@mikeheft
Copy link
Owner

mikeheft commented Feb 19, 2018

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant