Maybe you could create a table named products_meta and a table products. In the products table you can store all the stuff which is almost the same (created_at, name of the product, category_id etc.). In the products_meta table you can store your params. You could create two fields value and key and than you can store as many params for each product as you want. For example t shirt (value: size, key: m, value: size: key: s etc.)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community