RecipeDB: database design

May 17, 2008

Yesterday 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

Read more of this article »

Shannon Patterson, filed under Projects | Be the First to Comment