diff options
Diffstat (limited to 'docs/es/bugreport.md')
| -rw-r--r-- | docs/es/bugreport.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/es/bugreport.md b/docs/es/bugreport.md new file mode 100644 index 0000000..36d8906 --- /dev/null +++ b/docs/es/bugreport.md @@ -0,0 +1,33 @@ +# bugreport + +[<-Volver a:Characters](database-characters.md) + +Leer en: [English :gb:](../bugreport) [Spanish :es:](bugreport) + +**Tabla \`bugreport\`** + +**Estructura** + +| 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 + +**Descripción de los campos** + +### id + +`campo-sin-descripción|1` + +### type + +`campo-sin-descripción|2` + +### content + +`campo-sin-descripción|3` |
