`mail_server_template_items` 表
与 mail_server_template 协同工作。
注意:当 mail_server_template.id 中被引用的条目被删除时,此表中的条目将自动删除。约束 CONSTRAINT fk_mail_template
表结构
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | INT | UNSIGNED | PRI | NO | AUTO_INCREMENT | ||
| templateID | INT | UNSIGNED | NO | ||||
| faction | ENUM | NO | |||||
| item | INT | UNSIGNED | NO | ||||
| itemCount | INT | UNSIGNED | NO |
唯一 ID。
物品 entry。参见 item_template.entry。
要发送的副本数量。