Skip to content

aa_rank_prereqs

Relationships

erDiagram
    aa_rank_prereqs {
        int aa_id
        intunsigned rank_id
    }
    aa_ranks {
        intunsigned id
    }
    aa_rank_prereqs ||--o{ aa_ranks : "One-to-One"
    aa_rank_prereqs ||--o{ aa_ranks : "One-to-One"

Relationship Type Local Key Relates to Table Foreign Key
One-to-One aa_id aa_ranks id
One-to-One rank_id aa_ranks id

Schema

Column Data Type Description
rank_id int Rank Identifier
aa_id int AA Identifier
points int Cost in AA Points