数据库:characters数据库:account_data
差别
这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
数据库:characters数据库:account_data [2023/09/24 09:44] – 创建 admin | 数据库:characters数据库:account_data [2023/09/24 09:47] (当前版本) – [accountId] admin | ||
---|---|---|---|
行 2: | 行 2: | ||
---- | ---- | ||
[[数据库: | [[数据库: | ||
+ | |||
+ | Contains data about client account and settings. | ||
**表结构** | **表结构** | ||
^Field^Type^Attributes^Key^Null^Default^extra^Comment^ | ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ | ||
- | |[[#id|id]]|INT|UNSIGNED|PRI|NO| | | | | + | |[[#accountId|accountId]]|INT|UNSIGNED|PRI|NO|0| |Account Identifier| |
- | |[[#gmlevel|gmlevel]]|TINYINT|UNSIGNED| |NO| | | | | + | |[[#type|type]]|TINYINT|UNSIGNED|PRI|NO|0| | | |
- | |[[#RealmID|RealmID]]|INT|SIGNED|PRI|NO|-1| | | | + | |[[#time|time]]|INT|UNSIGNED| |NO|0| | | |
- | |[[#comment|comment]]|VARCHAR(255)|SIGNED| |YES|' '| | | | + | |[[#data|data]]|BLOB|SIGNED| |NO| | | | |
行 15: | 行 18: | ||
==== accountId ==== | ==== accountId ==== | ||
- | The account.id. | + | [[数据库: |
==== type ==== | ==== type ==== | ||
- | Value Description | + | ^Value^Description^ |
- | 0 Global-account config cache | + | |0|Global-account config cache| |
- | 2 Global-account bindings cache | + | |2|Global-account bindings cache| |
- | 4 Global-account macros cache | + | |4|Global-account macros cache| |
==== time ==== | ==== time ==== | ||
数据库/characters数据库/account_data.1695519881.txt.gz · 最后更改: 2023/09/24 09:44 由 admin