摘要: ASP.NET MVC5 开启自动迁移: enable-migrations 更新数据库: update-database 生成更新脚本: update-database -script EF Core 安装EF全局工具: dotnet tool install --global dotnet-ef 阅读全文
posted @ 2022-08-11 16:45 Mr_Xul 阅读(99) 评论(0) 推荐(0) 编辑