Watch settings data table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| batchFrequency | smallint | N/A | false | The frequency at which batch watches are sent (constant defined in the application). | |
| includePostContent | smallint | N/A | false | Allows users to toggle whether to recieve body content in emails. | |
| lastBatchEmail | bigint | N/A | true | The time the last batch watch email was sent. | |
| receiveEmails | smallint | N/A | false | Whether or not emails are received from watches. | |
| receiveHtmlEmails | smallint | N/A | false | ||
| userID | bigint | N/A | false | The ID of the user these settings relate to. Primary key. |