Verify the column data type . Check that the column you are trying to update is actually of type int. It is possible that the column may have been defined with a type like varchar, char, or binary, which could have size limits.
int
varchar
char
binary