Entity framework code first migration issue
My question is that i delete a table from database and generate new lmigration for the same model to create table but the issue is new migration is generating the old migration not the new one , means how could i clear the old migration so i can create now migration