-
Notifications
You must be signed in to change notification settings - Fork 47
Realmcharacters
Schmoozerd edited this page Apr 17, 2013
·
1 revision
Back to realm database list of tables.
This table holds information on the number of characters each account has for each realm.
Field | Type | Null | Key | Default | Extra |
realmid | int(11) unsigned | NO | PRI | 0 | |
acctid | bigint(20) unsigned | NO | PRI | ||
numchars | tinyint(3) unsigned | NO | 0 |
The ID of the realm. See realmlist.id
The account ID. See account.id
The number of characters the account has on the realm.
Category: Realm database tables: Realm database tables