Answer data table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| containerID | bigint | N/A | false | ID of the answer's container. | |
| containerType | bigint | N/A | false | Type of the answer's container. | |
| correctAnswer | smallint | N/A | false | Indicates if the answer was correct (boolean 1 or 0). | |
| helpfulAnswer | smallint | N/A | false | Indicates if the answer was helpful (boolean 1 or 0). | |
| messageID | bigint | N/A | false | ID of the answer's message. Primary key. | |
| threadID | bigint | N/A | false | ID of the answer's thread. Primary key. | |
| userID | bigint | N/A | true | ID of the answer's user (can be NULL). |