Files
juipnet/Infrastructure/Hncore.Infrastructure/EF/迁移命令.txt
“wanyongkang” ed3b2c653e 接口文件
2024-04-10 13:55:27 +08:00

13 lines
145 B
Plaintext

vs
Add-Migration
Update-Database
cli
dotnet ef migrations add init
dotnet ef database update
输出脚本
dotnet ef migrations script