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

后端 未结 8 1140
迷失自我
迷失自我 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 02:00

    Correct - data types don't appear to update automatically. You can simply change the data type in the model view using the Properties window and change the Type to Int64.

提交回复
热议问题