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