discovered_items¶
Info
This page was last generated 2023.04.23
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | char_name | character_data | name |
One-to-One | item_id | items | id |
Schema¶
Column | Data Type | Description |
---|---|---|
item_id | int | Item Identifier |
char_name | varchar | Character Name |
discovered_date | int | Discovered Date UNIX Timestamp |
account_status | int | Account Status |