| | |
| | | -------------------------------主数据库--------------------------------------- |
| | | |
| | | 新增迁移文件 |
| | | dotnet ef migrations add UpdateUser0811002 -s "../FlexJobApi.Web.Entry" -c DefaultDbContext |
| | | dotnet ef migrations add UpdateEnterpriseWallet0905002 -s "../FlexJobApi.Web.Entry" -c DefaultDbContext |
| | | |
| | | 删除迁移文件 |
| | | dotnet ef migrations remove -s "../FlexJobApi.Web.Entry" -c DefaultDbContext |
| | |
| | | -------------------------------日志数据库--------------------------------------- |
| | | |
| | | 新增迁移文件 |
| | | dotnet ef migrations add Update0810 -s "../FlexJobApi.Web.Entry" -c LogDbContext |
| | | dotnet ef migrations add UpdateResource0902 -s "../FlexJobApi.Web.Entry" -c LogDbContext |
| | | |
| | | 删除迁移文件 |
| | | dotnet ef migrations remove -s "../FlexJobApi.Web.Entry" -c LogDbContext |