2020-06-30 10:22:11 +08:00
|
|
|
[!INCLUDE [more information on the CLI for EF Core](~/includes/ef-cli.md)]
|
2018-10-30 09:03:45 +08:00
|
|
|
|
2018-12-03 10:09:41 +08:00
|
|
|
Run the following .NET Core CLI commands:
|
2017-08-29 07:54:12 +08:00
|
|
|
|
2019-09-18 05:01:04 +08:00
|
|
|
```dotnetcli
|
2017-08-29 07:54:12 +08:00
|
|
|
dotnet ef migrations add InitialCreate
|
|
|
|
dotnet ef database update
|
2019-11-06 06:24:20 +08:00
|
|
|
```
|