====== realmcharacters 表 ====== ---- [[数据库:auth数据库:首页|<-返回:Auth 数据库]] This table holds information on the number of characters each account has for each realm. The data in this table is maintained by the core. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#realmid|realmid]]|INT|UNSIGNED|PRI|NO|0| | | |[[#acctid|acctid]]|INT|UNSIGNED|PRI|NO| | | | |[[#numchars|numchars]]|TINYINT|UNSIGNED| |NO|0| | | ===== 字段说明 ===== ---- ==== realmid ==== The ID of the realm. See [[数据库:auth数据库:realmlist#id|realmlist.id]]. ==== acctid ==== The account ID. See [[数据库:auth数据库:account#id|account.id]]. ==== numchars ==== The number of characters the account has on the realm.