Tabelle: 'mail_items'
The `mail_items` tableThis table contains data regarding items from item_instance which are being sent via email. StructureField | Type | Attributes | Key | Null | Default | Extra | Comment |
---|
mail_id | int(10) | vorzeichenlos | | nein | 0 | | | item_guid | int(10) | vorzeichenlos | PRI | nein | 0 | | | receiver | int(10) | vorzeichenlos | | nein | 0 | | Character Global Unique Identifier |
Description of the fieldsmail_idMail ID the item is attached to. item_guidThis is the guid of the item from item_instance.guid. receiverCharacter guid which should receive this item.
|