merc_inventory¶
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 | item_id | items | id |
One-to-One | merc_subtype_id | merc_subtypes | merc_subtype_id |
Schema¶
Column | Data Type | Description |
---|---|---|
merc_inventory_id | int | Unique Mercenary Inventory Identifier |
merc_subtype_id | int | Mercenary Subtype Identifier |
item_id | int | Item Identifier |
min_level | int | Minimum Level |
max_level | int | Maximum Level |