Thread
:
Database structure
View Single Post
Diph
2010-10-12 , 16:44
Posts: 180 | Thanked: 76 times | Joined on May 2010
#
2
Maybe you can use three tables:
RECIPE(id, name, category)
INGREDIENT(id, name)
RECIPE_INGREDIENT(recipe_id, ingredient_id, amount etc...)
Quote & Reply
|
The Following User Says Thank You to Diph For This Useful Post:
Lullen
Diph
View Public Profile
Send a private message to Diph
Find all posts by Diph