ForumQuestion
Question for a Forum
Belong to a ForumSection and have many ForumAnswer
Propriedades do Objeto
| Nome | Tipo | Descrição |
|---|---|---|
| forum_section_id | Integer | Identifier of the ForumSection |
| title | String | Title of the forum_question |
| description | String | Description of the forum_question |
| upvotes | Integer | The number of positive votes |
| downvotes | Integer | The number of negative votes |
| fixed | Boolean | Fixed of the forum_question, default false |