✅ EF not creating all tables from migration
So I can use
dotnet ef migrations add <name>. It says it successfully created a migration. Then I use: dotnet ef database update and itll create a database with a _EFMigrationsHistory table but not any of the other tables that I actually would like to use.