Диспетчер пакетов или PM CMD для миграции DBContext

Add-Migration MigrationName //MigrationName= InitialAppDbContextmigratioin
 
 //to undo the migration
 
 use Remove-Migration
  
Famous Fish