Jive Message dimension
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| container_id | bigint | N/A | false | The ID of the container the document is within. | |
| container_type | int | N/A | false | The type of the container the document is within. | |
| creation_ts | timestamp | N/A | false | Time record was created | |
| message_id | bigint | N/A | false | Message ID. Primary key. | |
| modification_ts | timestamp | N/A | false | Time record was update | |
| parent_message_id | bigint | N/A | true | Parent message ID. | |
| subject | varchar | 255 | true | true | Subject of message. |
| thread_id | bigint | N/A | false | ID of thread to which message belongs. |