13 lines
145 B
Plaintext
13 lines
145 B
Plaintext
vs
|
|
Add-Migration
|
|
Update-Database
|
|
|
|
|
|
|
|
cli
|
|
dotnet ef migrations add init
|
|
|
|
dotnet ef database update
|
|
|
|
输出脚本
|
|
dotnet ef migrations script |