character_skills
Back-to:Characters
The `character_skills` table
This table holds a listing of all skill for each character.
Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
int(10) | unsigned | PRI | NO | 0 |
| Global Unique Identifier | |
smallint(5) | unsigned | PRI | NO | 0 |
|
| |
smallint(5) | unsigned |
| NO | 0 |
|
| |
smallint(5) | unsigned |
| NO | 0 |
|
|
Description of the fields
guid
A Global Unique Identifier. (The seam in all characters-tables)
skill
The skill a character own's. A listing of those can be found in here.
value
The current skillrank(value) the character owns.
max
The highest possible value for the given skill within a given rank.