====== character_arena_stats 表 ====== ---- [[数据库:characters数据库:首页|<-返回:Characters 数据库]] This table holds information about character's matchmaker rating in all team types. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#guid|guid]]|INT|UNSIGNED|PRI|NO| | | | |[[#slot|slot]]|TINYINT|UNSIGNED|PRI|NO| | | | |[[#matchmakerRating|matchmakerRating]]|SMALLINT|UNSIGNED| |NO| | | | |[[#maxMMR|maxMMR]]|SMALLINT|SIGNED| |NO| | | | ===== 字段说明 ===== ---- ==== guid ==== The GUID of the character. See characters.guid. ==== slot ==== Arena slot index: ^Value^Description^ |0|2v2| |1|3v3| |2|5v5| ==== matchmakerRating ==== Player's matchmaker rating. ==== maxMMR ==== field-no-description|4