3
Suppose I have a Real Estate table where a property can have multiple images.
I have therefore another table, Images, with the url.
I also have an intermediate table that makes the relationship N:N between Real Estate and Images.
If I want a property, in addition to the images, to have a cover image, what is the most correct way for me to create this field?
Thank you, Leandro, I will use the second approach. I had also considered this possibility, but I wanted to know the opinion of those who know more than I, something different would come up. Anyway, helped or gave more confidence.
– Gabriel Augusto