======character_prestige_info(角色声望竞技场表)====== =====字段说明===== ^字段名^描述^类型^默认值^ |**id**|[index]character_id|int|0| |**win_counts**|胜场|int|0| |**challenge_counts**|总场次|int|0| |**rank**|排名|int|0| |**best_rank**|生涯最高排名|int|0| |**match_id_1**|对手1|int|0| |**match_1_info**|对手1信息 json 名字 name 战力 power 排名 rank 职业career|string|| |**match_id_2**|对手2|int|0| |**match_2_info**|对手2信息|string|| |**match_id_3**|对手3|int|0| |**match_3_info**|对手3信息|string|| |**match_id_4**|对手4|int|0| |**match_4_info**|对手4信息|string|| |**match_id_5**|对手5|int|0| |**match_5_info**|对手5信息|string|| |**last_refersh_time**|最后刷新时间|string|| =====数据库查询=====