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 'instance' table for MaNGOSZero
This table holds static information on all current instances that have not yet been reset.
Table Notes
This table uses the 'InnoDB' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
id | int(11) unsigned | NO | PRI | '0' | The instance ID. This number is unique to every instance. | |
map | int(11) unsigned | NO | MUL | '0' | The map ID the instance is in. [See Map.dbc] | |
resettime | bigint(40) unsigned | NO | MUL | '0' | The time when the instance will be reset, in Unix time. | |
data | longtext | YES | NULL | Specific data belonging to the individual instance. |
Description of the fields
id int(11) unsigned
The instance ID. This number is unique to every instance.
map int(11) unsigned
The map ID the instance is in. [See Map.dbc]
resettime bigint(40) unsigned
The time when the instance will be reset, in Unix time. This field is zero for raid and heroic instances.
data longtext
Specific data belonging to the individual instance.
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