aa_ability
Relationships
erDiagram
aa_ability {
int first_rank_id
}
aa_ranks {
intunsigned id
}
aa_ability ||--o{ aa_ranks : "One-to-One"
Relationship Type |
Local Key |
Relates to Table |
Foreign Key |
One-to-One |
first_rank_id |
aa_ranks |
id |
Schema
Column |
Data Type |
Description |
id |
int |
Unique AA Identifier |
name |
text |
Name |
category |
int |
AA Category |
classes |
int |
Classes Bitmasks |
races |
int |
Races |
drakkin_heritage |
int |
Drakkin Heritage: 127 = All |
deities |
int |
Deities |
status |
int |
Minimum Status |
type |
int |
AA Type |
charges |
int |
Number of Charges |
grant_only |
tinyint |
Grant Only Flag: 0 = No, 1 = Yes |
first_rank_id |
int |
First Rank Identifier |
enabled |
tinyint |
Enabled: 0 = No, 1 = Yes |
reset_on_death |
tinyint |
Reset on Death: 0 = False, 1 = True |
auto_grant_enabled |
tinyint |
|