VS与VS Code的EF Core常用命令(Code First)
概述:
在VS Code中错误使用了EF Core命令,特此记录下。

常用终端命令:
| VS | VS Code | |
| 新增/修改 | Add-Migration 迁移名称 | dotnet ef migrations add 迁移名称 |
| 更新 | Update-Database -Verbose | dotnet ef database update |
注:dotnet ef命令 -- https://learn.microsoft.com/en-us/ef/core/cli/dotnet
浙公网安备 33010602011771号