130178: <value>: Non-nullable fields cannot follow the nullable ones.

Description

Fields to the right of a nullable field don't have Allow Null Values enabled.

Solution

If null values are allowed for a field, all fields to the right of that field must also allow null values. However, if the Pad if Null check box is checked, the fields to the right of that field don't have to allow null values.