To change the IDENTITY property of a column, the column needs to be dropped and recreated
自己修改了下主键。结果报错
Dotnet Core
解决方法是:
删掉
还有数据库里的:
然后重新生成一下就好了
To change the IDENTITY property of a column, the column needs to be dropped and recreated
阅读 142
2023-03-04
To change the IDENTITY property of a column, the column needs to be dropped and recreated
自己修改了下主键。结果报错
Dotnet Core
解决方法是:
删掉
还有数据库里的:
然后重新生成一下就好了
相关推荐
精彩评论(0)