character_pet_info¶
Info
This page was last generated 2023.04.23
Relationship Diagram(s)¶
Relationships¶
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 |
petname | varchar | Pet Name |
petpower | int | Pet Power |
spell_id | int | Spell Identifier |
hp | int | Health |
mana | int | Mana |
size | float | Size |
taunting | tinyint | Taunting: 0 = False, 1 = True |