Container data for forum message data.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| body | text | N/A | true | true | Message body. |
| containerID | bigint | N/A | false | The ID of the container the document is within. | |
| containerType | int | N/A | false | The type of the container the document is within. | |
| creationDate | bigint | N/A | false | Creation date. | |
| messageID | bigint | N/A | false | Message ID. Primary key. | |
| modValue | int | N/A | false | Moderation value of message. | |
| modificationDate | bigint | N/A | false | Last modified date. | |
| parentMessageID | bigint | N/A | true | Parent message ID. | |
| rewardPoints | int | N/A | false | Reward points for message (used for incentive schemes for posting). | |
| status | int | N/A | false | The published status of the message. | |
| subject | varchar | 255 | true | true | Subject of message. |
| threadID | bigint | N/A | false | ID of thread to which message belongs. | |
| userID | bigint | N/A | true | User ID of message's author. |