-
-
Notifications
You must be signed in to change notification settings - Fork 334
Migrations Tool
Erik Ejlskov Jensen edited this page May 26, 2018
·
10 revisions
This tool is currently in Preview state, so bumps may occur!
The tool helps you manage EF Core Migrations in your project using a graphcial user interface (GUI), and without requiring you to install any tools packages in your project.
For general information about EF Core Migrations, see the documentation
To start using the Migrations Tool, create your POCO classes and DbContext, and install the required EF Core provider, as described for example here until the step: Create your database.
There is no need to install the Microsoft.EntityFrameworkCore.Tools package as described.
For the following steps, you can use the graphical Migrations Tool instead.