❔ How to migrate a virtual ICollection to a table on my SQL database?
I have my model and it includes ICollections of different models that I would also like to save. I have never used an SQL database before I do not know what data type and structure to use for the virtual ICollections.