EF Core is creating a table not in the migration

34 Views Asked by At

This is a continuation of this issue. To troubleshoot I am trying to remove one of my tables, Images. I have removed the migrations and have removed the database in SSMS. When I create a new migration, Images is not mentioned. However, when I run the program, a Microsoft.EntityFrameworkCore.Database.Command[20101], CREATE TABLE [Images], is run. Is this created from an old migration that I have not managed to delete? I have deleted the entire migrations folder.

0

There are 0 best solutions below