❔ ef migration merges 2 tables of same type?
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
here are some images


