quest_tracker
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| id | int | unsigned | PRI | NO | 0 | ||
| character_guid | bigint | unsigned | PRI | NO | 0 | ||
| quest_accept_time | datetime | NO | |||||
| quest_complete_time | datetime | YES | NULL | ||||
| quest_abandon_time | datetime | YES | NULL | ||||
| completed_by_gm | tinyint(1) | signed | NO | 0 | |||
| core_hash | varchar(120) | NO | 0 | ||||
| core_revision | varchar(120) | NO | 0 | ||||
Description of fields
id
- no description -
character_guid
- no description -
quest_accept_time
- no description -
quest_complete_time
- no description -
quest_abandon_time
- no description -
completed_by_gm
- no description -
core_hash
- no description -
core_revision
- no description -
