ddinh0411 / ROMSly

The final project for the class CPSC 354: Programming Languages. This a group project and acts as a a showcase of mastery over the topics of parsing.
1 stars 1 forks source link

Add in the new tables in initializeDB #80

Open ddinh0411 opened 8 months ago

ddinh0411 commented 8 months ago

Within the code block for initializeDB, there are currently 4 tables with 3 of them: ordersLIst, foodOrders, and drinkOrders finalized and implemented correctly. The 4th table is drinkList serves as 1 of 5 new tables, with each table corresponding to a different food type a restaurant can serve: appetizer, entree, dessert, sides, & drinks.

If possible, take the code used to create the drinkList table and make the 4 remaining tables. The remaining tables are:

Each table should still have the same attributes and values needed for each column already defined within drinkList, if you wish you can also change these values name to correspond to the correct table ie instead of itemID maybe have sideID within the sides table.