Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

Back-to:Characters

The `account_data` tabletable-no-description

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

accountAccount.id.

type

  • 0 = Global-account config cache1 = Config cache per character
  • 2 = Global-account bindings cache3 = Bindings cache per character
  • 4 = Global macros cache
  • 5 = Macros cache per character
  • 6 = Layout cache per character
  • 7 = Chat cache per character-account macros cache

time

Time of last modification in Unixtime

...