Database – Topic Entity (topic_entity)
Topics for messaging thread communication.
Column | Data Type | Column Info | Value Notes | Other |
id | int(10) | The id of the entity | ||
topic_name | varchar(50) | Topic Name | ||
parent_topic | int(10) | Parent Topic ID | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
lastUpdated | timestamp | Timestamp of when the entity was last updated |