diff options
Diffstat (limited to 'docs/arena_team.md')
| -rw-r--r-- | docs/arena_team.md | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/docs/arena_team.md b/docs/arena_team.md index 6949de6..d728f56 100644 --- a/docs/arena_team.md +++ b/docs/arena_team.md @@ -10,21 +10,21 @@ This table holds the main ArenaTeam information. All created teams or all teams | Field | Type | Attributes | Key | Null | Default | Extra | Comment | | --------------------- | ----------- | ---------- | --- | ---- | ------- | ------ | ------- | -| [arenaTeamId][1] | INT | UNSIGNED | PRI | NO | | Unique | | +| [arenaTeamId][1] | INT | UNSIGNED | PRI | NO | 0 | Unique | | | [name][2] | VARCHAR(24) | | | NO | | | | -| [captainGuid][3] | INT | UNSIGNED | | NO | | | | -| [type][4] | TINYINT | UNSIGNED | | NO | | | | -| [rating][5] | SMALLINT | UNSIGNED | | NO | | | | -| [seasonGames][6] | SMALLINT | UNSIGNED | | NO | | | | -| [seasonWins][7] | SMALLINT | UNSIGNED | | NO | | | | -| [weekGames][8] | SMALLINT | UNSIGNED | | NO | | | | -| [weekWins][9] | SMALLINT | UNSIGNED | | NO | | | | -| [rank][10] | INT | UNSIGNED | | NO | | | | -| [BackgroundColor][11] | INT | UNSIGNED | | NO | | | | -| [EmblemStyle][12] | TINYINT | UNSIGNED | | NO | | | | -| [EmblemColor][13] | INT | UNSIGNED | | NO | | | | -| [BorderStyle][14] | TINYINT | UNSIGNED | | NO | | | | -| [BorderColor][15] | INT | UNSIGNED | | NO | | | | +| [captainGuid][3] | INT | UNSIGNED | | NO | 0 | | | +| [type][4] | TINYINT | UNSIGNED | | NO | 0 | | | +| [rating][5] | SMALLINT | UNSIGNED | | NO | 0 | | | +| [seasonGames][6] | SMALLINT | UNSIGNED | | NO | 0 | | | +| [seasonWins][7] | SMALLINT | UNSIGNED | | NO | 0 | | | +| [weekGames][8] | SMALLINT | UNSIGNED | | NO | 0 | | | +| [weekWins][9] | SMALLINT | UNSIGNED | | NO | 0 | | | +| [rank][10] | INT | UNSIGNED | | NO | 0 | | | +| [BackgroundColor][11] | INT | UNSIGNED | | NO | 0 | | | +| [emblemStyle][12] | TINYINT | UNSIGNED | | NO | 0 | | | +| [emblemColor][13] | INT | UNSIGNED | | NO | 0 | | | +| [borderStyle][14] | TINYINT | UNSIGNED | | NO | 0 | | | +| [borderColor][15] | INT | UNSIGNED | | NO | 0 | | | [1]: #arenateamid [2]: #name @@ -46,15 +46,15 @@ This table holds the main ArenaTeam information. All created teams or all teams ### arenaTeamId -The ID of the ArenaTeam. This number is unique to each team and is the main method to identify a team.1 +The ID of the ArenaTeam. This number is unique to each team and is the main method to identify a team. ### name -Name of the Arena team +Name of the Arena team. ### captainGuid -The GUID of the character who created the ArenaTeam. See [characters.guid](2129969.html#characters(table)-guid) +The GUID of the character who created the ArenaTeam. See [characters.guid](characters#guid). ### type @@ -90,20 +90,20 @@ Rank of teams in the competition by rating. ### BackgroundColor -Team-tabard BackgroundColor (same as guild-tabard) +Team-tabard BackgroundColor (same as guild-tabard). -### EmblemStyle +### emblemStyle -Team-tabard Emblem (same as guild-tabard) +Team-tabard Emblem (same as guild-tabard). -### EmblemColor +### emblemColor -Team-tabard EmblemColor (same as guild-tabard) +Team-tabard emblemColor (same as guild-tabard). -### BorderStyle +### borderStyle -Team-tabard Bordertype (same as guild-tabard) +Team-tabard Bordertype (same as guild-tabard). -### BorderColor +### borderColor -Team-tabard BorderColor (same as guild-tabard) +Team-tabard borderColor (same as guild-tabard). |
