account_last_played_character
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| accountId | int | unsigned | PRI | NO | |||
| region | tinyint | unsigned | PRI | NO | |||
| battlegroup | tinyint | unsigned | PRI | NO | |||
| realmId | int | unsigned | YES | NULL | |||
| characterName | varchar(12) | YES | NULL | ||||
| characterGUID | bigint | unsigned | YES | NULL | |||
| lastPlayedTime | int | unsigned | YES | NULL | |||
Description of fields
accountId
- no description -
region
- no description -
battlegroup
- no description -
realmId
- no description -
characterName
- no description -
characterGUID
- no description -
lastPlayedTime
- no description -
