The `mail_server_character` table
This table keeps entries of which player has recieved a server mail. This prevents the same mail to be sent twice to the same player.
Note: Entries in this table will be deleted automatically when the referenced entry in mail_server_template.id is deleted. CONSTRAINT fk_mail_server_character
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
guid | INT | UNSIGNED | PRI | NO | |||
mailId | INT | UNSIGNED | PRI | NO |
Description of the fields