character_pet_buffs
Relationships
erDiagram
character_pet_buffs {
int char_id
int spell_id
}
character_data {
intunsigned id
varchar name
varchar nane
intunsigned zone_instance
intunsigned zone_id
}
spells_new {
int id
int descnum
int effectdescnum
int effectdescnum2
int typedescnum
varchar teleport_zone
}
character_pet_buffs ||--o{ character_data : "One-to-One"
character_pet_buffs ||--o{ spells_new : "One-to-One"
| Relationship Type |
Local Key |
Relates to Table |
Foreign Key |
| One-to-One |
char_id |
character_data |
id |
| One-to-One |
spell_id |
spells_new |
id |
Schema
| Column |
Data Type |
Description |
| char_id |
int |
Character Identifier |
| pet |
int |
Pet |
| slot |
int |
Slot |
| spell_id |
int |
Spell Identifier |
| caster_level |
tinyint |
Caster Level |
| castername |
varchar |
Caster Name |
| ticsremaining |
int |
Tics Remaining |
| counters |
int |
Counters |
| numhits |
int |
Number of Hits |
| rune |
int |
Rune |
| instrument_mod |
tinyint |
Instrument Modifier |