Skip to content
Schmoozerd edited this page Apr 14, 2013 · 1 revision

Back to world database list of tables.

The `db_version` table

This table contains the version of the DB in use. It is highly recommended to any repacker or any other team that is working on the database to update this field at any change made.

Structure

Field Type Null Key Default Extra
version varchar(120) YES NULL
creature_ai_version varchar(120) YES NULL
cache_id INT YES 0

Description of the fields

version

The version of the database that is in use. The contents of this field identifies the database name and version that is in use and is also displayed at mangos startup.

Clone this wiki locally