Skip to content

character_enabledtasks

Relationships

erDiagram
    character_enabledtasks {
        intunsigned charid
        intunsigned taskid
    }
    character_data {
        intunsigned id
        varchar name
        varchar nane
        intunsigned zone_instance
        intunsigned zone_id
    }
    tasks {
        intunsigned id
        tinyint type
        intunsigned dz_template_id
    }
    character_enabledtasks ||--o{ character_data : "One-to-One"
    character_enabledtasks ||--o{ tasks : "One-to-One"

Relationship Type Local Key Relates to Table Foreign Key
One-to-One charid character_data id
One-to-One taskid tasks id

Schema

Column Data Type Description
charid int Character Identifier
taskid int Task Identifier