views:

33

answers:

0

I have a Class called Project that has ID property with a data type of long/Int64 but with Auto Migrations the ID column in the Projects table is not a bigint column.

Is this a bug or am i missing something?

Any help would be appreciated