lootdrop¶
Info
This page was last generated 2023.07.15
Relationship Diagram(s)¶
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 |
Has-Many | id | lootdrop_entries | lootdrop_id |
Has-Many | id | loottable_entries | loottable_id |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Unique Lootdrop Identifier |
name | varchar | Name |
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 |