buyer¶
Info
This page was last generated 2023.01.30
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | charid | character_data | id |
One-to-One | itemid | items | id |
One-to-One | itemname | items | name |
Schema¶
Column | Data Type | Description |
---|---|---|
charid | int | Character Identifier |
buyslot | int | Slot |
itemid | int | Item Identifier |
itemname | varchar | Item Name |
quantity | int | Quantity |
price | int | Price |