The `bugreport` table
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | INT | UNSIGNED | PRI | NO | AUTO_INCREMENT | Identifier | |
| type | LONGTEXT | SIGNED | NO | ||||
| content | LONGTEXT | SIGNED | NO | ||||
| State | TINYINT | SIGNED | NO | 1 | |||
| Assignee | VARCHAR(255) | YES | NULL | ||||
| Comment | LONGTEXT | YES | NULL |
Description of the fields
field-no-description|1
field-no-description|2
field-no-description|3
field-no-description|4
field-no-description|5
field-no-description|6