version
Includes information on current core and database version.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| core_version | varchar(255) | PRI | NO | '' | Core revision dumped at startup. | ||
| core_revision | varchar(120) | YES | NULL | ||||
| db_version | varchar(120) | YES | NULL | Version of world DB. | |||
| cache_id | int | signed | YES | 0 | |||
Description of fields
core_version
Full text description from the core version your server is currently running on.
Example: TrinityCore rev. d1c6b9d253fa+ 2023-06-13 18:56:22 +0200 (3.3.5 branch) (Unix, Debug, Dynamic)
core_revision
Core Revision Hash your server is currently running on.
Example: Unknown or d1c6b9d253fa+.
db_version
Database Version your server is currently running on.
Example: TDB 335.23061
cache_id
Minor DB version.
Example: 23061
