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
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.