Topics in a forum
| Column | Type | References | Comments |
|---|---|---|---|
| id | Integer | Primary key | |
| vdb_id | Integer | ||
| created | Date | Date this topic was created | |
| forum_id | Integer | db_forum.id | Forum this topic belongs to |
| topic_id | Integer | db_message.id | Message ID of this topic |
| state | Integer | Whether this topic is OPEN or CLOSED | |
| last_posted | Date | Date of the last post in this topic | |
| replies | Integer | Number of replies in this topic |