I have a Product
with many Images
. The Product
has one main Image
.
I'm storing this main Image
in a main_image_id
column in the Products
table.
Everything is working but I am not sure about this design.
I have a Product
with many Images
. The Product
has one main Image
.
I'm storing this main Image
in a main_image_id
column in the Products
table.
Everything is working but I am not sure about this design.