blob: 239d13fa4128b97f4582706a1c71859fee8af0e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# bugreport
[<-Back-to:Characters](database-characters.md)
**The \`bugreport\` table**
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| -------------- | -------- | ---------- | --- | ---- | ------- | -------------- | ---------- |
| [id][1] | INT | UNSIGNED | PRI | NO | | AUTO_INCREMENT | Identifier |
| [type][2] | LONGTEXT | SIGNED | | NO | | | |
| [content][3] | LONGTEXT | SIGNED | | NO | | | |
[1]: #id
[2]: #type
[3]: #content
**Description of the fields**
### id
`field-no-description|1`
### type
`field-no-description|2`
### content
`field-no-description|3`
|