# version [<-Back-to:World](database-world.md) **The \`version\` table** Includes information on current core and database version. **Structure**
Field |
Type |
Attributes |
Key |
Null |
Default |
Extra |
Comment |
varchar(120) |
signed |
|
YES |
NULL |
|
Core revision dumped at startup |
|
bigint(20) |
unsigned |
|
YES |
NULL |
|
Core revision hash |
|
varchar(120) |
signed |
|
YES |
NULL |
|
Version of world DB |
|
varchar(120) |
signed |
|
YES |
NULL |
|
Version of scripts DB |
|
int(10) |
signed |
|
YES |
0 |
|
Minor DB version |