jiveFieldOption Table

Field option data table.

Column Name Type Length Nullable Unicode Description
defaultOption int N/A false   Whether or not the option is the default option for the field.
fieldID bigint N/A false   The field ID the option is associated with.
optionID bigint N/A false   The ID of the option. Primary key.
optionIndex int N/A false   The option's index in the field.
optionValue varchar 255 false true The value of the option.