Suppose I have a Property 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 N: N relationship between Real Estate and Images.
If I want a property other than the images to have a cover image, what is the best way for me to create this field?