# realmcharacters [<-Back-to:Auth](database-auth.md) # Table: realmcharacters 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. ## Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

realmid

int(10)

unsigned

PRI

NO

0

 

 

acctid

int(10)

unsigned

PRI

NO

 

 

 

numchars

tinyint(3)

unsigned

 

NO

0

 

 

## Description of the fields ### realmid The ID of the realm. See [realmlist.id](realmlist_2130016.html#realmlist-id) ### acctid The account ID. See [account.id](account_2130004.html#account-id) ### numchars The number of characters the account has on the realm.