npc_faction¶
Info
This page was last generated 2023.07.15
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
Has-Many | id | npc_faction_entries | npc_faction_id |
One-to-One | primaryfaction | faction_list | id |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Unique NPC Faction Identifier |
name | tinytext | Name |
primaryfaction | int | Primary Faction Identifier |
ignore_primary_assist | tinyint | Ignore Primary Assist: 0 = False, >0 = True |