接口文件
This commit is contained in:
13
Infrastructure/Hncore.Infrastructure/EF/迁移命令.txt
Normal file
13
Infrastructure/Hncore.Infrastructure/EF/迁移命令.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
vs
|
||||
Add-Migration
|
||||
Update-Database
|
||||
|
||||
|
||||
|
||||
cli
|
||||
dotnet ef migrations add init
|
||||
|
||||
dotnet ef database update
|
||||
|
||||
输出脚本
|
||||
dotnet ef migrations script
|
||||
Reference in New Issue
Block a user