NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'db_version' table for MaNGOSZero
This table holds the current version of the MaNGOS world database
Table Notes
This table uses the 'InnoDB' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
version | int(3) | NO | PRI | NULL | The Version of the Release | |
structure | int(3) | NO | PRI | NULL | The current core structure level. | |
content | int(3) | NO | PRI | NULL | The current core content level. | |
description | varchar(30) | NO | {Blank String} | |||
comment | varchar(150) | YES | {Blank String} | A comment about the latest database revision. |
Description of the fields
version int(3)
The Version of the Release, any mismatch prevents the server from starting.
structure int(3)
The current core structure level, any mismatch prevents the server from starting.
content int(3)
The current core content level, The server will start if there is a mismatch, but will issue a warning message
description varchar(30)
Notes: A short description of the latest database revision.
comment varchar(150)
A comment about the latest database revision.
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now