mirror of
https://github.com/EQEmu/eqemu-docs-v2.git
synced 2026-08-08 17:45:09 -04:00
5.5 KiB
5.5 KiB
starting_items
!!! info This page was last generated 2022.09.10
Relationship Diagram(s)
Diagram Edit{target=diagrams-edit}
Relationships
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|---|---|---|---|
| One-to-One | content_flags | content_flags | flag_name |
| One-to-One | content_flags_disabled | content_flags | flag_name |
| One-to-One | itemid | items | id |
| One-to-One | zone_id | zone | zoneidnumber |
Schema
| Column | Data Type | Description |
|---|---|---|
| id | int | Unique Starting Items Entry Identifier |
| race | int | Race: 0 = All |
| class | int | Class: 0 = All |
| deityid | int | Deity: 0 = Alll |
| zoneid | int | Zone Identifier |
| itemid | int | Item Identifier |
| item_charges | tinyint | Item Charges |
| gm | tinyint | GM: 0 = False, 1 = True |
| slot | mediumint | Slot |
| min_expansion | tinyint | Minimum Expansion |
| max_expansion | tinyint | Maximum Expansion |
| content_flags | varchar | Content Flags Required to be Enabled |
| content_flags_disabled | varchar | Content Flags Required to be Disabled |