erDiagram
auras {
int npc_type
int spell_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
}
spells_new {
int id
int descnum
int effectdescnum
int effectdescnum2
int typedescnum
varchar teleport_zone
}
auras ||--o{ npc_types : "One-to-One"
auras ||--o{ spells_new : "One-to-One"