我想知道你们如何在Mysql http://shop.ccs.com中处理像这样的电子商务网站,以及产品,产品质量,颜色价格之间的所有相关性。我的是
答案 0 :(得分:0)
1.table products_id (master table)
1.id- Primary Key
2.id_product_size- References size.id (FK)
3.id_product_color- References color.id (FK)
2. table product_name
1.product_id- References product_id.id(FK)
2.name
3.parents
3.table size
1.id- Primary Key
2.size_name
3.quantity
4.table color
1.id- Primary Key
2.colors
3.quantity