Skip to content

Instantly share code, notes, and snippets.

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 ombak/e741c7be98ecd98bbf6a0e4a05998b63 to your computer and use it in GitHub Desktop.
Save ombak/e741c7be98ecd98bbf6a0e4a05998b63 to your computer and use it in GitHub Desktop.
dotnet add package Microsoft.VisualStudio.Web.CodeGeneration.Design
dotnet restore
dotnet ef migrations add InitialCreate
dotnet ef database update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment