character_achievement

Back-to:Characters

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

achievement

The ID of the achievement from Achievement.dbc

date

The date/time when this achievement was earned, in Unix time. See Unix Timestamp Calculator