# character\_reputation [<-Back-to:Characters](database-characters.md) **The \`character\_reputation\` table** This table holds the reputation information for each character. **Structure**
Field |
Type |
Attributes |
Key |
Null |
Default |
Extra |
Comment |
int(10) |
unsigned |
PRI |
NO |
0 |
|
Global Unique Identifier |
|
smallint(5) |
unsigned |
PRI |
NO |
0 |
|
|
|
int(11) |
signed |
|
NO |
0 |
|
|
|
smallint(5) |
unsigned |
|
NO |
0 |
|
|
Flag |
Name |
Comments |
|---|---|---|
1 |
FACTION_FLAG_VISIBLE |
Displayed in the reputation tab |
2 |
FACTION_FLAG_AT_WAR |
Active when the player sets the at war checkbox |
4 |
FACTION_FLAG_HIDDEN |
Hidden faction from reputation pane in client |
8 |
FACTION_FLAG_INVISIBLE_FORCED |
Always overwrites FACTION_FLAG_VISIBLE and hide faction in rep.list |
16 |
FACTION_FLAG_PEACE_FORCED |
Always overwrites FACTION_FLAG_AT_WAR |
32 |
FACTION_FLAG_INACTIVE |
|
64 |
FACTION_FLAG_RIVAL |
Flag for the two competing outland factions |
128 |
FACTION_FLAG_SPECIAL |
Horde and alliance home cities and their northrend allies have this flag |