View Single Post
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...)
 

The Following User Says Thank You to Diph For This Useful Post: