faction_values¶
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 | char_id | character_data | id |
One-to-One | faction_id | faction_list | id |
Schema¶
Column | Data Type | Description |
---|---|---|
char_id | int | Character Identifier |
faction_id | int | Faction Identifier |
current_value | smallint | Current Value |
temp | tinyint | Temporary: 0 = False, 1 = True |