Skip to content
Lukas edited this page Jul 10, 2014 · 1 revision

Back to the characters database list of tables.

The `account_data` table

This table holds addition data for each account.

Structure

Field Type Null Key Default Extra
account int(11) unsigned NO PRIMARY 0
type int(11) unsigned NO PRIMARY 0
time bigint(11) unsigned NO 0
data longtext NO

account

The account ID in which this character resides. See Account.id in the realm database.

type

time

data

Clone this wiki locally