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

Description

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

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.