Database – Comment Thread Topics (comment_thread_topics)
Description
This holds topic information for comment threads (in the UI they are called Messaging Threads). This specifies topics that comments can be made to.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
topic | varchar(255) | Topic name | ||
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 |