Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Created December 21, 2018 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonysneed/7f776fb79aa811537e7e07e4169bc7b0 to your computer and use it in GitHub Desktop.
Save tonysneed/7f776fb79aa811537e7e07e4169bc7b0 to your computer and use it in GitHub Desktop.
rem Create EF code migration
dotnet ef migrations add initial
rem Apply migration to database
dotnet ef database update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment