summaryrefslogtreecommitdiff
path: root/docs/mail.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/mail.md')
-rw-r--r--docs/mail.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/mail.md b/docs/mail.md
new file mode 100644
index 0000000..ac27977
--- /dev/null
+++ b/docs/mail.md
@@ -0,0 +1,18 @@
+[[Database Structure|Database Structure]] > [[Character-Database|Character-Database]] > [[mail|mail]]
+
+Column | Type | Description
+--- | --- | ---
+Id | int(10) unsigned |
+MessageType | tinyint(3) unsigned |
+Stationery | tinyint(3) |
+MailTemplateId | smallint(5) unsigned |
+Sender | int(10) unsigned |
+Receiver | int(10) unsigned |
+Subject | longtext |
+Body | longtext |
+Has_items | tinyint(3) unsigned |
+Expire_time | int(10) unsigned |
+Deliver_time | int(10) unsigned |
+Money | int(10) unsigned |
+Cod | int(10) unsigned |
+Checked | tinyint(3) unsigned |