RecipeDB: database design
May 17, 2008 Books, Music No CommentsYesterday I wrote the database schema for the recipe app I’m working on. The files only come inserting recipes; I will add more files as I progress into other parts of the project.
Tables:
- Recipe
- Category
- Nutritional_Info
- Ingredient
- Directions
- Comments
