Container table for forum thread data.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| 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. | |
| modValue | int | N/A | false | Moderation value of thread. | |
| modificationDate | bigint | N/A | false | Last modified date. | |
| rewardPoints | int | N/A | false | Reward points available in this thread. | |
| rootMessageID | bigint | N/A | false | ID of root message in the thread. | |
| status | int | N/A | false | The published status of the thread. | |
| threadID | bigint | N/A | false | Thread ID. Primary key. |