account_data
Contains data about client account and settings.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| accountId | int | unsigned | PRI | NO | 0 | Account Identifier | |
| type | tinyint | unsigned | PRI | NO | 0 | ||
| time | int | unsigned | NO | 0 | |||
| data | blob | NO | |||||
Description of fields
accountId
The unique account id.
type
- 0: Global-account config cache
- 2: Global-account bindings cache
- 4: Global-account macros cache
time
Time of last modification in Unixtime
data
No description can be written. You just must understand it's data.
