Files
juipnet/Infrastructure/Hncore.Infrastructure/EF/迁移命令.txt

13 lines
157 B
Plaintext
Raw Normal View History

2020-10-07 20:25:03 +08:00
vs
Add-Migration
Update-Database
cli
dotnet ef migrations add init
dotnet ef database update
输出脚本
dotnet ef migrations script