Column | Type | References | Comments |
---|
id | Integer | Â | Primary key |
guid | String | Â | Â |
vdb_id | Integer | Â | Â |
created | Date | Â | Date this topic was created |
project_id | Integer | db_project.id | Â |
document_id | Integer | db_document.id | Â |
message_id | Integer | db_message.id | Root message ID of this topic |
last_message_id | Integer | Â | Last message ID of this topic |
last_posted | Date | Â | Date of the last post in this topic |
replies | Integer | Â | Number of replies in this topic |
client_visible | Boolean (t or f) | Â | Whether this topic is visible to client |
is_open | Boolean (t or f) | Â | Open or Closed |