-
Notifications
You must be signed in to change notification settings - Fork 47
Account_data
Schmoozerd edited this page Apr 17, 2013
·
1 revision
Back to the characters database list of tables.
This table holds addition data for each account.
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 |
The account ID in which this character resides. See Account.id in the realm database.