- From the menu, Go to
Tools
->NuGet Package Manager
->Package Manager Console
- Follow Steps in commits to ready project for migrations
- Run
Enable-Migrations -ContextTypeName Jitter.Models.JitterContext
- In order to Create an initial migration ->
Add-Migration InitialCreate
- To apply that migration ->
Update-Database
Last active
December 9, 2015 20:36
-
-
Save jcockhren/4d58d603920c39f29f45 to your computer and use it in GitHub Desktop.
How to setup Migrations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment