“Update Model from Database” does not see a type change

后端 未结 8 1137
迷失自我
迷失自我 2020-12-10 00:54

I have several columns that I changed from Int to BigInt.

I opened up my EF model and did an \'Update Model from Database\' and expected to see those columns now be

8条回答
  •  甜味超标
    2020-12-10 01:57

    I solved this by modifying the .EDMX file with a text editor. Find your value and change it's type. Then correct the type in other errors that will be shown in the debugger.

提交回复
热议问题