TABLE NAMEschema_tables
DESCRIPTIONschema_tables stores table names, display names, and descriptions for each table.
COLUMNS| column | type | null | unique | references | referenced_by | since_version | description |
|---|
| id | pkey | false | true | | | 1.81.18 | a unique ID for the table | | name | string | false | true | | aosh_commands.table schema_columns.table | 1.0a100 | the unique name | | sinceVersion | enum | false | false | aoserv_protocols.version | | 1.92.2.3-SNAPSHOT | the first aoserv_protocol version to have this table | | lastVersion | enum | true | false | aoserv_protocols.version | | 1.92.2.3-SNAPSHOT | the last aoserv_protocol version to have this table or null if still used | | display | string | false | false | | | 1.0a100 | the display name | | isPublic | boolean | false | false | | | 1.81.18 | if the data contained in the table is accessible to everybody | | description | string | false | false | | | 1.0a100 | the description of the table |
|