Hello, i am building a simple e-commerce application with laravel and i have like 3 columns for each image location for products table. Is it unpractical to have seperate columns for image or is it best to have one column and fill it with information?
I would have a table called products with all the information about the product and another table with product images with four columns. Something like this