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
You can run the following command from Package manager console. It will generate a temporary file and will open it in VS:
Script-Migration