数据库:characters数据库:channels
差别
这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
数据库:characters数据库:channels [2023/09/24 10:12] – 创建 admin | 数据库:characters数据库:channels [2023/09/24 10:13] (当前版本) – [account_access 表] admin | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== | + | ====== |
---- | ---- | ||
[[数据库: | [[数据库: | ||
行 7: | 行 7: | ||
**表结构** | **表结构** | ||
^Field^Type^Attributes^Key^Null^Default^extra^Comment^ | ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ | ||
- | |[[#id|id]]|INT|UNSIGNED|PRI|NO| | | | | + | |[[#channelId|channelId]]|INT|SIGNED|PRI|NO| |AUTO_INCREMENT| | |
- | |[[#gmlevel|gmlevel]]|TINYINT|UNSIGNED| |NO| | | | | + | |[[#name|name]]|VARCHAR(128)|SIGNED| |NO| | | | |
- | |[[#RealmID|RealmID]]|INT|SIGNED|PRI|NO|-1| | | | + | |[[# |
- | |[[#comment|comment]]|VARCHAR(255)|SIGNED| |YES|' '| | | | + | |[[# |
+ | |[[#ownership|ownership]]|TINYINT|UNSIGNED| |NO|1| | | | ||
+ | |[[#password|password]]|VARCHAR(32)|SIGNED| |YES| | | | | ||
+ | |[[# | ||
行 29: | 行 33: | ||
For multirace channels, two (or more) separate entries must exist with the EXACT same settings for all fields apart from this (it needs a different team id). | For multirace channels, two (or more) separate entries must exist with the EXACT same settings for all fields apart from this (it needs a different team id). | ||
- | Faction Value | + | ^Faction^Value^ |
- | Horde 67 | + | |Horde|67| |
- | Alliance 469 | + | |Alliance|469| |
==== announce ==== | ==== announce ==== | ||
Channel announce (0/1). | Channel announce (0/1). | ||
- | 0 = Channel join/part actions will not be sent | + | * 0 = Channel join/part actions will not be sent |
- | 1 = Channel join/part actions will be sent | + | |
==== ownership ==== | ==== ownership ==== | ||
Channel ownership. | Channel ownership. | ||
- | 0 = No one will ever be an owner. | + | * 0 = No one will ever be an owner. |
- | 1 = Ownership is the first person in the channel. | + | |
==== password ==== | ==== password ==== | ||
数据库/characters数据库/channels.1695521524.txt.gz · 最后更改: 2023/09/24 10:12 由 admin