In Entity Framework 6, I need to get the SQL script for specific migration file and I already updated the database. I found that in update-database command I ca
update-database
If you want to generate -Script for migration N, you specify -SourceMigration N-1 (previous migration) and -TargetMigration N