Given a Profile table containing details about the user - what are the best ways to store in the database the optional pictures they are allowed.
Every user has one main profile picture - an then three optional extra pictures. For sake of potential expandability and maintainability i thought maybe the three optional images could be stored as an array of some sort (~and this could also be a nullable field if they choose not to have any)
Please could someone advise on the best approach.
Thanks