Describes a forum object. A forum contains multiple 'topics'
| Column | Type | References | Comments |
|---|---|---|---|
| id | Integer | Primary key | |
| vdb_id | Integer | ||
| name | String | Name of this forum | |
| description | String | Description of this forum | |
| company_id | Integer | db_company.id | |
| creator_id | Integer | db_user.id | Creator ID |
| path | String | Path of this forum in the folder tree | |
| last_posted | Date | Date of the last post in any of the topics |