zone_flags
Relationships
erDiagram
zone_flags {
int charID
int zoneID
varchar zoneid
}
character_data {
intunsigned id
varchar name
varchar nane
intunsigned zone_instance
intunsigned zone_id
}
zone {
int zoneidnumber
varchar short_name
tinyintunsigned version
varchar content_flags
varchar content_flags_disabled
}
zone_flags ||--o{ character_data : "One-to-One"
zone_flags ||--o{ zone : "One-to-One"
Relationship Type |
Local Key |
Relates to Table |
Foreign Key |
One-to-One |
charID |
character_data |
id |
One-to-One |
zoneid |
zone |
zoneidnumber |
Schema