mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-05 07:57:17 +00:00
Created mail (markdown)
+10
@@ -0,0 +1,10 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
msgid|int(10) unsigned|NO|PRI| |auto\_increment
|
||||||
|
charid|int(10) unsigned|NO|MUL|0|
|
||||||
|
timestamp|int(11)|NO| |0|
|
||||||
|
from|varchar(100)|NO| | |
|
||||||
|
subject|varchar(200)|NO| | |
|
||||||
|
body|text|NO| | |
|
||||||
|
to|text|NO| | |
|
||||||
|
status|tinyint(4)|NO| |0|
|
||||||
Reference in New Issue
Block a user