I like to develop a shopping cart website with multiple products. (ex.: mobile phone, furniture etc.,) here mobile phone specification will cover
- size of display
- memory
- operating system
- camera etc.,
but for furniture - its specification is entirely different from above electronic product.
- type of wood
- color
- weight
- shape
- glass or mat finish etc.,
My question is: how to handle a common database-table for product specification ? each & every category of product & its spec will be differ - so how to have a common table ProductSpecificationTable ?
I searched many site including google.. but cant able to get the perfect soultion. Please help me to move to next step.