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 'group_member' table for MaNGOSThree
This table holds info about group members.
Table Notes
This table uses the 'InnoDB' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
groupId | int(11) unsigned | NO | PRI | NULL | The group ID from the groups table. | |
memberGuid | int(11) unsigned | NO | PRI | NULL | The GUID of the character in the group. | |
assistant | tinyint(1) unsigned | NO | NULL | Flag stating whether or not the character is the assist. | ||
subgroup | smallint(6) unsigned | NO | NULL | This is the group number within a raid (8 groups max) |
Description of the fields
groupId int(11) unsigned
The group ID from the groups table.
memberGuid int(11) unsigned
The GUID of the character in the group.
assistant tinyint(1) unsigned
Flag stating whether or not the character is the assist.
The assits controls which mobs to attack and in what order.
subgroup smallint(6) unsigned
This is the group number within a raid (8 groups max).
Group numbering starts at 0 and end at 7.
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