Poll options table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| optionIndex | int | N/A | false | The index of the poll option for ordering. Primary key. | |
| optionText | varchar | 255 | false | true | The name of the option. |
| pollID | bigint | N/A | false | Poll ID. Primary key. |