TABLE NAMEaosh_commands
DESCRIPTIONaosh_commands stores the details about each command that may be used in the AO shell.
COLUMNS| column | type | null | unique | references | referenced_by | since_version | description |
|---|
| command | string | false | true | | | 1.0a100 | the unique command | | sinceVersion | enum | false | false | aoserv_protocols.version | | 1.92.2.3-SNAPSHOT | the first aoserv_protocol version having this command | | lastVersion | enum | true | false | aoserv_protocols.version | | 1.92.2.3-SNAPSHOT | the last aoserv_protocol version having this command | | table | string | true | false | schema_tables.name | | 1.81.18 | the name of the table the column is in, is a global command if the column is null | | description | string | false | false | | | 1.81.18 | a short description of the command | | syntax | string | false | false | | | 1.0a100 | the syntax of the command |
|