Poll vote data table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| guestID | varchar | 255 | true | true | A unique identifier for a guest to prevent double voting. |
| optionIndex | int | N/A | false | The index of the option the poll is tied to. | |
| pollID | bigint | N/A | false | Poll ID. | |
| userID | bigint | N/A | true | The user who voted. | |
| voteDate | bigint | N/A | false | The date the vote was made. |