summaryrefslogtreecommitdiff
path: root/docs/bugreport.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/bugreport.md')
-rw-r--r--docs/bugreport.md37
1 files changed, 31 insertions, 6 deletions
diff --git a/docs/bugreport.md b/docs/bugreport.md
index bc9f01a..e23017d 100644
--- a/docs/bugreport.md
+++ b/docs/bugreport.md
@@ -1,7 +1,32 @@
-[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [bugreport](bugreport)
+# 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 | | | NO | | | |
+| [content][3] | LONGTEXT | | | 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`
-Column | Type | Description
---- | --- | ---
-Id | INT UNSIGNED |
-Type | longtext |
-Content | longtext |