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