I know that in ef core you can generate migration script from one to next migrations. Lets say i have 5 migrations:
- Migration1
- Migration2
- Migration3
- Migration4
- Migration5
Migration3 and Migration4 already applied to database, and i want to generate script for Migrations 1, 2 and 5. Is it possible by using ef core tools? Or maybe there is some other tools?