Skip to content
Schmoozerd edited this page Apr 14, 2013 · 1 revision

Back to realm database list of tables.

The `realmcharacters` table

This table holds information on the number of characters each account has for each realm.

Structure

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

Description of the fields

realmid

The ID of the realm. See realmlist.id

acctid

The account ID. See account.id

numchars

The number of characters the account has on the realm.

Category: Realm database tables: Realm database tables

Clone this wiki locally