character_account_data
Contains data about character settings.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| guid | int | unsigned | PRI | NO | 0 | ||
| type | tinyint | unsigned | PRI | NO | 0 | ||
| time | int | unsigned | NO | 0 | |||
| data | blob | NO | |||||
Description of fields
guid
character guid the data belongs to.
type
AccountDataType of this entry.
| ID | Name | Comment |
|---|---|---|
| 1 | PER_CHARACTER_CONFIG_CACHE | Config cache per character |
| 3 | PER_CHARACTER_BINDINGS_CACHE | Bindings cache per character |
| 5 | PER_CHARACTER_MACROS_CACHE | Macros cache per character |
| 6 | PER_CHARACTER_LAYOUT_CACHE | Layout cache per character |
| 7 | PER_CHARACTER_CHAT_CACHE | Chat cache per character |
time
Time of last modification in Unixtime
data
No description can be written. You just must understand it's data.
