[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [pet_aura](pet_aura) Column | Type | Description --- | --- | --- Guid | int(10) unsigned | CasterGuid | bigint(20) unsigned | Spell | mediumint(8) unsigned | EffectMask | tinyint(3) unsigned | RecalculateMask | tinyint(3) unsigned | StackCount | tinyint(3) unsigned | Amount0 | mediumint(8) | Amount1 | mediumint(8) | Amount2 | mediumint(8) | Base_amount0 | mediumint(8) | Base_amount1 | mediumint(8) | Base_amount2 | mediumint(8) | MaxDuration | int(11) | RemainTime | int(11) | RemainCharges | tinyint(3) unsigned |