Jump to content

Recommended Posts

I am creating a site where restaurants can list their own menus.  My question is this.  Each restaurant will have its own menu.  They will have several items on their menu.    Would it be better create a separate table dynamically for each restaurant or just have one menu table and display menu items by the restaurant id?  Thanks!

Link to comment
https://forums.phpfreaks.com/topic/185154-should-i-use-tables-or-not/
Share on other sites

The restaurants have a table and the menus for each restaurant will need to be listed in another table.  My question is whether I should create a table for each restaurant's menu or create one table and list all the restaurants menu items in that table with a restaurant_id to signify which items belong to each restaurant.

How much information are you taking for the menu? just the dish name? ingredients? price? description? if there is a bit of information, depending on how many menu's you have, 1 table might get a little messy. Then again, multiple tables might be a little overkill. For a relatively small amount of data, I would just use one table with columns for each piece of information about a menu item, and, as you said, a restaurant_id to identify them

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.