The character_settings table
Stores arbitrary per-character settings as keyed data blobs. Modules and subsystems use this table to persist their own character-scoped configuration. guid references characters.guid.
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| guid | INT | UNSIGNED | PRI | NO | |||
| source | VARCHAR(40) | PRI | NO | ||||
| data | TEXT | YES | (NULL) |
Description of the fields
References characters.guid – the character the settings belong to.
Identifier of the setting group / module that owns this row.
Serialized setting payload for the given source.