I have created migration and created the database and the tables . For example the tables are
A B C D E . Now again I have changed some part of code and ra
A B C D E
you can do a simple trick here, remove the specific migration history rows, which affect your deleted tables from __EFMigrationsHistory then run update-database command, enjoy