C#C
C#3y ago
4 replies
Oblivion

❔ ef migration merges 2 tables of same type?

kekw

so my dbcontext that has two seperate tables of "Char" classes results in a migration that only has one table of "Char" named after the type (Char) removing the "Monsters" in the context makes it create a table of "Char" named "SavedCharacter" correctly. I so confuse kekw here are some images
image.png
image.png
image.png
Was this page helpful?