002942: The value type is incompatible with the field type.

Description

The default value specified does not match the field type of the field specified.

Solution

Specify a default value that matches the type of field. For example, if the field type is long, the default value must also be long.