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
rem Create EF code migration | |
dotnet ef migrations add initial | |
rem Apply migration to database | |
dotnet ef database update |