diff options
Diffstat (limited to 'docs/es/log_money.md')
| -rw-r--r-- | docs/es/log_money.md | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/docs/es/log_money.md b/docs/es/log_money.md new file mode 100644 index 0000000..4379255 --- /dev/null +++ b/docs/es/log_money.md @@ -0,0 +1,69 @@ +# log\_money + +[<-Volver a:Characters](database-characters.md) + +Leer en: [English :gb:](../log_money) [Spanish :es:](log_money) + +**Tabla \`log\_money\`** + +**Estructura** + +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ------------------ | -------- | ---------- | --- | ---- | ------- | ----- | ------- | +| [sender_acc][1] | INT | UNSIGNED | | NO | | | | +| [sender_guid][2] | INT | UNSIGNED | | NO | | | | +| [sender_name][3] | CHAR(32) | SIGNED | | NO | | | | +| [sender_ip][4] | CHAR(32) | SIGNED | | NO | | | | +| [receiver_acc][5] | INT | UNSIGNED | | NO | | | | +| [receiver_name][6] | CHAR(32) | SIGNED | | NO | | | | +| [money][7] | BIGINT | UNSIGNED | | NO | | | | +| [topic][8] | CHAR(255)| SIGNED | | NO | | | | +| [date][9] | DATETIME | SIGNED | | NO | | | | + +[1]: #senderacc +[2]: #senderguid +[3]: #sendername +[4]: #senderip +[5]: #receiveracc +[6]: #receivername +[7]: #money +[8]: #topic +[9]: #date + +**Descripción de los campos** + +### sender\_acc + +`campo-sin-descripción|1` + +### sender\_guid + +`campo-sin-descripción|2` + +### sender\_name + +`campo-sin-descripción|3` + +### sender\_ip + +`campo-sin-descripción|4` + +### receiver\_acc + +`campo-sin-descripción|5` + +### receiver\_name + +`campo-sin-descripción|6` + +### money + +`campo-sin-descripción|7` + +### topic + +`campo-sin-descripción|8` + +### date + +`campo-sin-descripción|9` |
