blob: dd1e5eb0104161ada4b0b0b391330ad5c7982ddd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[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 |
|