Skip to content

merc_templates

Relationships

erDiagram
    merc_templates {
        varchar dbstring
        varchar merc_template_id
        varchar name_type_id
        varchar merc_npc_type_id
        varchar merc_subtype_id
        varchar merc_type_id
    }
    db_str {
        int id
    }
    merc_npc_types {
        varchar merc_npc_type_id
    }
    merc_merchant_template_entries {
        varchar merc_merchant_template_id
        varchar merc_template_id
        varchar merc_merchant_template_entry_id
    }
    mercs {
        intunsigned OwnerCharacterID
        intunsigned TemplateID
        intunsigned MercID
        tinyintunsigned StanceID
    }
    merc_subtypes {
        varchar merc_subtype_id
    }
    merc_templates ||--o{ db_str : "One-to-One"
    merc_templates ||--o{ merc_npc_types : "One-to-One"
    merc_templates ||--o{ merc_merchant_template_entries : "One-to-One"
    merc_templates ||--o{ merc_merchant_template_entries : "One-to-One"
    merc_templates ||--o{ mercs : "One-to-One"
    merc_templates ||--o{ merc_subtypes : "One-to-One"

erDiagram
    merc_templates {
        varchar dbstring
        varchar merc_template_id
        varchar name_type_id
        varchar merc_npc_type_id
        varchar merc_subtype_id
        varchar merc_type_id
    }
    merc_name_types {
        varchar name_type_id
    }
    merc_templates ||--o{ merc_name_types : "One-to-One"

Relationship Type Local Key Relates to Table Foreign Key
One-to-One dbstring db_str id
One-to-One merc_npc_type_id merc_npc_types merc_npc_type_id
One-to-One merc_template_id merc_merchant_template_entries merc_merchant_template_entry_id
One-to-One merc_template_id merc_merchant_template_entries merc_template_id
One-to-One merc_template_id mercs TemplateID
One-to-One merc_subtype_id merc_subtypes merc_subtype_id
One-to-One name_type_id merc_name_types name_type_id

Schema

Column Data Type Description
merc_template_id int Unique Mercenary Template Identifier
merc_type_id int Mercenary Type Identifier
merc_subtype_id int Mercenary Subtype Identifier
merc_npc_type_id int Mercenary NPC Type Identifier
dbstring varchar DBString Identifier
name_type_id tinyint Name Type Identifier
clientversion int Client Version