Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | bigint | unsigned | PRI | NO | 0 | Identifier | |
| messageType | tinyint | unsigned | NO | 0 | |||
| stationery | tinyint | signed | NO | 41 | |||
| mailTemplateId | smallint | unsigned | NO | 0 | |||
| sender | bigint | unsigned | NO | 0 | Character Global Unique Identifier | ||
| receiver | bigint | unsigned | MUL | NO | 0 | Character Global Unique Identifier | |
| subject | longtext | YES | NULL | ||||
| body | longtext | YES | NULL | ||||
| has_items | tinyint | unsigned | NO | 0 | |||
| expire_time | bigint | signed | NO | 0 | |||
| deliver_time | bigint | signed | NO | 0 | |||
| money | bigint | unsigned | NO | 0 | |||
| cod | bigint | unsigned | NO | 0 | |||
| checked | tinyint | unsigned | NO | 0 | |||
Description of fields
id
- no description -
messageType
- no description -
stationery
- no description -
mailTemplateId
- no description -
sender
- no description -
receiver
- no description -
subject
- no description -
body
- no description -
has_items
- no description -
expire_time
- no description -
deliver_time
- no description -
money
- no description -
cod
- no description -
checked
- no description -
