# character\_achievement [<-Back-to:Characters](database-characters.md) **The \`character\_achievement\` table** This table holds information on the achievements a character has earned / completed. **Structure**

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guid

int(10)

unsigned

PRI

NO




achievement

smallint(5)

unsigned

PRI

NO




date

int(10)

unsigned


NO

0



**Description of the fields** ### guid The GUID of the character. See [characters.guid](../tc-wiki/characters_table_) ### achievement The ID of the achievement from [Achievement.dbc](https://trinitycore.atlassian.net/wiki/display/tc/Achievement) ### date The date/time when this achievement was earned, in Unix time. See [Unix Timestamp Calculator](http://www.unixtimestamp.com/index.php)