tradeskill_recipe_entries¶
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 | recipe_id | tradeskill_recipe | id |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Unique Tradeskill Recipe Entry Identifier |
recipe_id | int | Unique Tradeskill Recipe Identifier |
item_id | int | Item Identifier |
successcount | tinyint | Success Count |
failcount | tinyint | Fail Count |
componentcount | tinyint | Component Count |
salvagecount | tinyint | Salvage Count |
iscontainer | tinyint | Is Container: 0 = False, 1 = True |