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
自己修改了下主键。结果报错
Dotnet Core
解决方法是:
删掉
还有数据库里的:
然后重新生成一下就好了
相关推荐