We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f65846 commit 2507891Copy full SHA for 2507891
Microsoft_SQL_Server/README.md
@@ -9,6 +9,7 @@ $ docker-compose up
9
#### DotNet Core commands
10
11
```zsh
12
+$ dotnet tool install --global dotnet-ef
13
$ dotnet ef migrations add initial
14
$ dotnet ef database update
15
$ dotnet dev-certs https --clean
0 commit comments