ibeal / KitchenDB

A personal project to create something that can track inventory and recipes to suggest recipes to make determined by inventory
2 stars 0 forks source link

Redesign Database #23

Closed ibeal closed 3 years ago

ibeal commented 3 years ago

One more pass through to determine storage datatypes and columns should be done once prototype is out.

Currently: 'title string', 'prep_time integer', 'cook_time integer', 'yield string', 'category string', 'rating integer', 'ingredients list', 'directions list', 'source string'