We need to create a good experience to bootstrap an existing database with Migrations.
Things to consider:
- The database may have been using Migrations in EF6
- The first migration should be able to re-create the starting database schema
- The user shouldn't have to jump through hoops like commenting out code or only running part of a script.
We need to create a good experience to bootstrap an existing database with Migrations.
Things to consider: