NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'mail_items' table for MaNGOSOne
This table contains data regarding items from item_instance which are being sent via email.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
mail_id | int(11) | NO | PRI | '0' | The Mail Id [See mail.id]. | |
item_guid | int(11) | NO | PRI | '0' | The GUID of the item. | |
item_template | int(11) | NO | '0' | The entry ID of the item in the item_template table. | ||
receiver | int(11) unsigned | NO | MUL | '0' | Guid of the character who receives the mail. |
Description of the fields
mail_id int(11)
The Mail Id [See mail.id].
item_guid int(11)
The GUID of the item.
item_template int(11)
The entry ID of the item in the item_template table.
receiver int(11) unsigned
Guid of the character who receives the mail.
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now