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"
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 |