mirror of
https://github.com/EQEmu/eqemu-docs-v2.git
synced 2026-08-08 17:45:09 -04:00
1 KiB
Executable file
1 KiB
Executable file
tool_game_objects
Relationships
erDiagram
tool_game_objects {
int zoneid
varchar zonesn
}
zone {
int zoneidnumber
varchar short_name
tinyintunsigned version
varchar content_flags
varchar content_flags_disabled
}
tool_game_objects ||--o{ zone : "One-to-One"
tool_game_objects ||--o{ zone : "One-to-One"
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|---|---|---|---|
| One-to-One | zoneid | zone | zoneidnumber |
| One-to-One | zonesn | zone | short_name |
Schema
| Column | Data Type | Description |
|---|---|---|
| id | int | Unique Tool Game Object Identifier |
| zoneid | int | Zone Identifier |
| zonesn | varchar | Zone Short Name |
| object_name | varchar | Object Name |
| file_from | varchar | File From |
| is_global | tinyint | Is Global: 0 = False, 1 = True |