Skip to content

spell_buckets

Relationships

erDiagram
    spell_buckets {
        varchar key
        bigintunsigned spellid
    }
    spells_new {
        int id
        int descnum
        int effectdescnum
        int effectdescnum2
        int typedescnum
        varchar teleport_zone
    }
    data_buckets {
        varchar key
    }
    spell_buckets ||--o{ spells_new : "One-to-One"
    spell_buckets ||--o{ data_buckets : "One-to-One"

Relationship Type Local Key Relates to Table Foreign Key
One-to-One spellid spells_new id
One-to-One key data_buckets key

Schema

Column Data Type Description
spellid bigint Unique Spell Identifier
key varchar Data Bucket Name
value text Data Bucket Value