summaryrefslogtreecommitdiff
path: root/docs/log_money.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/log_money.md')
-rw-r--r--docs/log_money.md80
1 files changed, 67 insertions, 13 deletions
diff --git a/docs/log_money.md b/docs/log_money.md
index 59e2912..fa937ac 100644
--- a/docs/log_money.md
+++ b/docs/log_money.md
@@ -1,13 +1,67 @@
-[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [log_money](log_money)
-
-Column | Type | Description
---- | --- | ---
-Sender_acc | INT UNSIGNED |
-Sender_guid | INT UNSIGNED |
-Sender_name | char(32) |
-Sender_ip | char(32) |
-Receiver_acc | INT UNSIGNED |
-Receiver_name | char(32) |
-Money | BIGINT UNSIGNED |
-Topic | char(255) |
-Date | datetime |
+# log\_money
+
+[<-Back-to:Characters](database-characters.md)
+
+**The \`log\_money\` table**
+
+**Structure**
+
+| 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
+
+**Description of the fields**
+
+### sender\_acc
+
+`field-no-description|1`
+
+### sender\_guid
+
+`field-no-description|2`
+
+### sender\_name
+
+`field-no-description|3`
+
+### sender\_ip
+
+`field-no-description|4`
+
+### receiver\_acc
+
+`field-no-description|5`
+
+### receiver\_name
+
+`field-no-description|6`
+
+### money
+
+`field-no-description|7`
+
+### topic
+
+`field-no-description|8`
+
+### date
+
+`field-no-description|9` \ No newline at end of file