Database – Comment Thread Comments (comment_thread_comments)
Description
This holds comment information for comment threads (in the UI they are called Messaging Threads). These allow inter-office communication concerning different topics.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
topic_id | int(11) | associated topic | ||
body | text | email body | ||
created_by | int(11) | ID of agent user that created the entity | ||
active | tinyint(1) | Whether or not the entity is active | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |