dotnet-sql-server-clean

Recreate your initial migration:

dotnet ef migrations add InitialMigration

Apply the migration:

dotnet ef database update