From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/account_data.md | 102 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 94 insertions(+), 8 deletions(-) (limited to 'docs/account_data.md') diff --git a/docs/account_data.md b/docs/account_data.md index 0f3126d..11e9ff4 100644 --- a/docs/account_data.md +++ b/docs/account_data.md @@ -1,8 +1,94 @@ -[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [account_data](account_data) - -Column | Type | Description ---- | --- | --- -AccountId | int(10) unsigned | -Type | tinyint(3) unsigned | -Time | int(10) unsigned | -Data | blob | +# account\_data + +`Back-to:Characters` + +**The \`account\_data\` table** + +Contains data about client account and settings. + +**Structure** + + ++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

Extra

Comment

account

int(10)

unsigned

PRI

NO

0

 

 

type

tinyint(3)

unsigned

PRI

NO

0

 

 

time

int(10)

unsigned

 

NO

0

 

 

data

blob

signed

 

NO

 

 

 

+ +**Description of the fields** + +### account + +[Account.id](account_2130004.html#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. -- cgit