npc_faction¶
Relationships¶
erDiagram
npc_faction {
int id
int primaryfaction
}
npc_faction_entries {
intunsigned npc_faction_id
intunsigned faction_id
}
faction_list {
int id
}
npc_faction ||--o{ npc_faction_entries : "Has-Many"
npc_faction ||--o{ faction_list : "One-to-One"
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 |