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 'character_social' table for MaNGOSZero
Contains data about character's friends/ignored list.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
guid | int(11) unsigned | NO | PRI | '0' | The GUID of the character. [See character.guid] | |
friend | int(11) unsigned | NO | PRI | '0' | The GUID of the friend/ignored. [See character.guid] | |
flags | tinyint(1) unsigned | NO | PRI | '0' | Whether the character is a friend or ignored. |
Description of the fields
guid int(11) unsigned
The GUID of the character. [See character.guid]
friend int(11) unsigned
The GUID of the friend/ignored. [See character.guid]
flags tinyint(1) unsigned
The flag indicating whether the entry is either a friend or ignored.
Value | Meaning |
---|---|
0 | Friend |
1 | Ignored |
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