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 'petition_sign' table for MaNGOSThree
This table holds information on all the signatures of a petition for either a guild or an arena team.
Table Notes
This table uses the 'InnoDB' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
ownerguid | int(10) unsigned | NO | MUL | NULL | The GUID of the owner that is trying to make the guild/arena team. | |
petitionguid | int(11) unsigned | NO | PRI | '0' | The GUID of the charter item. [See item_template.guid] | |
playerguid | int(11) unsigned | NO | PRI | '0' | The GUID of the player that has signed the charter. [See character.guid] | |
player_account | int(11) unsigned | NO | '0' | The account ID of the player that has signed the charter [See account.id]. |
Description of the fields
ownerguid int(10) unsigned
The GUID of the owner that is trying to make the guild/arena team. [See characters.guid].
petitionguid int(11) unsigned
The GUID of the charter item. [See item_template.guid]
playerguid int(11) unsigned
The GUID of the player that has signed the charter. [See character.guid]
player_account int(11) unsigned
The account ID of the player that has signed the charter [See account.id]. No two players can sign the same charter from the same account.
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