php - Questions about orders table for mulltiple items with multiple options -
I am creating a new database for an online store and I am trying to explain how to order tables . There are many products and each product has many options. I'm just thinking the best way to track this. I am returning to a table with all the options of all the items. It sounds like a bad thing though does anyone have any ideas on how to do this? Any help is greatly appreciated.
- Each product is stored in a row of the table Products <
- One or all products in each order (0 n)
- / Li>
You need 4 tables to keep track of: Options, Products, Product_order, Order
Comments
Post a Comment