I'm following ...this guide... illustrating a code-first approach with Entity Framework core. Migrations were functioning correctly until, at some point, I deleted my .mdf file. Since then, executing ...Update-Database... (to apply my migration) throws th...