SvetlanaSurzhan / recipes-site

Recipes Web Application
1 stars 0 forks source link

User story #3: Create a DB table for the types of recipes. #39

Open SvetlanaSurzhan opened 4 years ago

SvetlanaSurzhan commented 4 years ago

As an application developer of the Recipe web application, I need to create a database table for the types of recipes so that will help to identify recipes by the types.

SvetlanaSurzhan commented 4 years ago

Acceptance criteria:

  1. Create a new DB table in "recipeDb" called "Types".
  2. Table should include columns for the name of the type and type ID.
  3. The table should include "Breakfast", "Lunch", "Dinner" types of recipes.