qs_player_handin_record
Relationships
erDiagram
qs_player_handin_record {
int char_id
int npc_id
}
character_data {
intunsigned id
varchar name
varchar nane
intunsigned zone_instance
intunsigned zone_id
}
npc_types {
intunsigned alt_currency_id
int id
int npc_faction_id
text name
intunsigned loottable_id
intunsigned merchant_id
intunsigned emoteid
intunsigned adventure_template_id
intunsigned armortint_id
intunsigned npc_spells_id
intunsigned npc_spells_effects_id
intunsigned trap_template
}
qs_player_handin_record ||--o{ character_data : "One-to-One"
qs_player_handin_record ||--o{ npc_types : "One-to-One"
Relationship Type |
Local Key |
Relates to Table |
Foreign Key |
One-to-One |
char_id |
character_data |
id |
One-to-One |
npc_id |
npc_types |
id |
Schema