User email token data table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| tokenDate | bigint | N/A | false | The date the email token was sent. Primary key. | |
| tokenValue | int | N/A | false | The value of the email token. Primary key. | |
| userID | bigint | N/A | false | The ID of the user this token is associated with. Primary key. |