mail_items
This table contains data regarding items from item_instance which are being sent via email.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| mail_id | int | unsigned | MUL | NO | 0 | ||
| item_guid | int | unsigned | PRI | NO | 0 | ||
| receiver | int | unsigned | MUL | NO | 0 | Character Global Unique Identifier | |
Description of fields
mail_id
references mail.id
item_guid
item guid attached to the mail.
receiver
character guid which should receive this item.
