dotnet ef

dotnet ef migrations add <Name-of-Migration>
dotnet ef database update
原文地址:https://www.cnblogs.com/shiningrise/p/8582945.html