[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [arena_team](arena_team) Column | Type | Description --- | --- | --- ArenaTeamId | int(10) unsigned | Name | varchar(24) | CaptainGuid | int(10) unsigned | Type | tinyint(3) unsigned | Rating | smallint(5) unsigned | SeasonGames | smallint(5) unsigned | SeasonWins | smallint(5) unsigned | WeekGames | smallint(5) unsigned | WeekWins | smallint(5) unsigned | Rank | int(10) unsigned | BackgroundColor | int(10) unsigned | EmblemStyle | tinyint(3) unsigned | EmblemColor | int(10) unsigned | BorderStyle | tinyint(3) unsigned | BorderColor | int(10) unsigned |