Practical mysql schema advice for eCommerce store - Products & Attributes
- by Gravy
I am currently planning my first eCommerce application (mySQL & Laravel Framework).
I have various products, which all have different attributes. Describing products very simply, Some will have a manufacturer, some will not, some will have a diameter, others will have a width, height, depth and others will have a volume.
Option 1: Create a…