Get rid of primary keys for serves.dining_hall_name and serves.menu_item_id and add a new ID only used for that table
Closed this issue · 1 comments
jacob-g commented
Get rid of primary keys for serves.dining_hall_name and serves.menu_item_id and add a new ID only used for that table
jacob-g commented
This also makes it easier to have a review reference an item on a single day, since I can just reference review_of where id=5 to say I'm referencing Leutner's pierogies on Wednesday or something.