Product table, many kinds of product, each product has many parameters
- by StoneHeart
Hi, i'm have not much experience in table design. My goal is a product table(s), it must design to fix some requirement below:
Support many kind of products (TV, Phone, PC, ...). Each kind of product has different set of parameters like:
Phone will have Color, Size, Weight, OS...
PC will have CPU, HDD, RAM...
Set of parameters must be dynamic. You can add or edit any parameter you like.
I don't want make a table for each kind of product. So I need help to find a correct solution.
Thanks.