Profile field option data table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| defaultOption | smallint | N/A | false | Whether or not the option is the default option. | |
| fieldID | bigint | N/A | false | The ID of the field. | |
| fieldValue | varchar | 255 | false | true | The value of the option. |
| idx | int | N/A | false | The index of the option in the option list. |