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

13 lines
145 B
Plaintext
Raw Normal View History

2024-04-10 13:55:27 +08:00
vs
Add-Migration
Update-Database
cli
dotnet ef migrations add init
dotnet ef database update
输出脚本
dotnet ef migrations script