Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Created December 21, 2018 17:52
Embed
What would you like to do?
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