====== account_access 表 ====== ---- [[数据库:auth数据库:首页|<-返回:Auth 数据库]] **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#id|id]]|INT|UNSIGNED|PRI|NO| | | | |[[#gmlevel|gmlevel]]|TINYINT|UNSIGNED| |NO| | | | |[[#RealmID|RealmID]]|INT|SIGNED|PRI|NO|-1| | | |[[#comment|comment]]|VARCHAR(255)|SIGNED| |YES|' '| | | ===== 字段说明 ===== ---- ==== id ==== The [[数据库:auth数据库:account#id|account ID]]. ==== gmlevel ==== The account security level. Different levels have access to different commands. The individual level required for a command is defined in the command table in each realm. ==== RealmID ==== The [[数据库:auth数据库:realmlist#id|Realm ID]]. ==== comment ====