====== command 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] Holds help and security information for commands. This table does NOT create new commands, it only sets / overrides security and provides help. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#name|name]]|VARCHAR(50)|SIGNED|PRI|NO|NULL| | | |[[#security|security]]|TINYINT|UNSIGNED| |NO|0| | | |[[#help|help]]|longtext|SIGNED| |YES|NULL| | | ===== 字段说明 ===== ---- ==== name ==== The name of the command. See: [[:gm_命令|included commands]] ==== security ==== The security level required to use the command. Corresponds with account_access.gmlevel in the realm database. ==== help ==== The help text displayed by the .help command.