mirror of
https://github.com/EQEmu/eqemu-docs-v2.git
synced 2026-08-08 17:45:09 -04:00
1.4 KiB
1.4 KiB
spawn_condition_values
Relationships
erDiagram
spawn_condition_values {
intunsigned instance_id
intunsigned id
varchar zone
}
spawn_conditions {
mediumintunsigned id
varchar zone
}
instance_list {
int id
tinyintunsigned version
intunsigned zone
}
zone {
int zoneidnumber
varchar short_name
tinyintunsigned version
varchar content_flags
varchar content_flags_disabled
}
spawn_condition_values ||--o{ spawn_conditions : "One-to-One"
spawn_condition_values ||--o{ instance_list : "One-to-One"
spawn_condition_values ||--o{ zone : "One-to-One"
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|---|---|---|---|
| One-to-One | id | spawn_conditions | id |
| One-to-One | instance_id | instance_list | id |
| One-to-One | zone | zone | short_name |
Schema
| Column | Data Type | Description |
|---|---|---|
| id | int | Spawn Condition Identifier |
| value | tinyint | Value |
| zone | varchar | Zone Short Name |
| instance_id | int | Instance Identifier |