Db version

Материал из YTDB DataBase

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Back to world database list of tables. <big>'''The `db_version` table'''</big> This table contains the version o…»)
Строка 7: Строка 7:
<big>'''The `db_version` table'''</big>
<big>'''The `db_version` table'''</big>
-
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.
+
Эта таблица содержит текущую версию БД.
-
 
+
<big>'''Structure'''</big>
<big>'''Structure'''</big>
Строка 20: Строка 19:
|-
|-
|[[#version|version]]
|[[#version|version]]
-
|varchar(120)
+
|varchar(120) unsigned
 +
|NO
 +
|
 +
|NULL
 +
|
 +
|-
 +
|[[#creature_ai_version|creature_ai_version]]
 +
|varchar(120) unsigned
 +
|
 +
|
 +
|NULL
 +
|
 +
|-
 +
|[[#cache_id|cache_id]]
 +
|int(10) unsigned
 +
|
 +
|
 +
|NULL
 +
|
 +
|-
 +
|[[#required_revision|required_revision]]
 +
|bit(1) unsigned
|YES
|YES
|
|
|NULL
|NULL
|
|
-
|}
+
|-
<big>'''Description of the fields'''</big>
<big>'''Description of the fields'''</big>
====version====
====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.
+
Текущая версия базы, ядра, скриптов.
 +
 
 +
====creature_ai_version====
 +
Acid версия
 +
 
 +
====cache_id====
 +
 
 +
 
 +
====required_revision====
 +
В названии версия последнего corepatch.

Версия 15:26, 17 февраля 2010

Содержание

Back to world database list of tables.


The `db_version` table

Эта таблица содержит текущую версию БД.

Structure

Description of the fields

version

Текущая версия базы, ядра, скриптов.

creature_ai_version

Acid версия

cache_id

required_revision

В названии версия последнего corepatch.

Field Type Null Key Default Extra
version varchar(120) unsigned NO NULL
creature_ai_version varchar(120) unsigned NULL
cache_id int(10) unsigned NULL
required_revision bit(1) unsigned YES NULL
Личные инструменты