The `realmcharacters` table
This table holds information on the number of characters each account has for each realm. The data in this table is maintained by the core.
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| realmid | INT | UNSIGNED | PRI | NO | 0 | ||
| acctid | INT | UNSIGNED | PRI | NO | |||
| numchars | TINYINT | UNSIGNED | NO | 0 |
Description of the fields
The ID of the realm. See realmlist.id.
The account ID. See account.id.
The number of characters the account has on the realm.