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