How to create entity correctly? [EF CORE]
I have a following model:
how to store it correctly in database?
should it be 1 - 1 or many-many? how to configure it in ef core?
maybe I should add Id property to ?
for example:
how to store it correctly in database?
should it be 1 - 1 or many-many? how to configure it in ef core?
maybe I should add Id property to ?
for example: