mirror of
https://github.com/EQEmu/eqemu-docs-v2.git
synced 2026-08-08 17:45:09 -04:00
12 lines
413 B
Markdown
Executable file
12 lines
413 B
Markdown
Executable file
# command_subsettings
|
|
|
|
## Schema
|
|
|
|
| Column | Data Type | Description |
|
|
| :--- | :--- | :--- |
|
|
| id | int | Unique Subcommand Identifier |
|
|
| parent_command | varchar | [Parent Command](../../schema/admin/command_settings.md) |
|
|
| sub_command | varchar | Subcommand Identifier |
|
|
| access_level | int | [Required Status](../../../../server/player/status-levels) |
|
|
| top_level_aliases | varchar | Top Level Aliases |
|
|
|