summaryrefslogtreecommitdiff
path: root/docs/arena_team_member.md
blob: 07942a101e3c798f56002217c11416c67ebe7609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# arena\_team\_member

[<-Back-to:Characters](database-characters.md)

**The \`arena\_team\_member\` table**

This table holds arena info about specific team members. All arena\_team members have a record in this table.

**Structure**

| Field               | Type     | Attributes | Key | Null | Default | Extra | Comment |
| ------------------- | -------- | ---------- | --- | ---- | ------- | ----- | ------- |
| [arenaTeamId][1]    | INT      | UNSIGNED   | PRI | NO   | 0       |       |         |
| [guid][2]           | INT      | UNSIGNED   | PRI | NO   | 0       |       |         |
| [weekGames][3]      | SMALLINT | UNSIGNED   |     | NO   | 0       |       |         |
| [weekWins][4]       | SMALLINT | UNSIGNED   |     | NO   | 0       |       |         |
| [seasonGames][5]    | SMALLINT | UNSIGNED   |     | NO   | 0       |       |         |
| [seasonWins][6]     | SMALLINT | UNSIGNED   |     | NO   | 0       |       |         |
| [personalRating][7] | SMALLINT | UNSIGNED   |     | NO   | 0       |       |         |

[1]: #arenateamid
[2]: #guid
[3]: #weekgames
[4]: #weekwins
[5]: #seasongames
[6]: #seasonwins
[7]: #personalrating

**Description of the fields**

### arenaTeamId

ID of arena team. See [arena\_team#arenateamid].

### guid

Player's GUID. See [characters.guid](characters#guid).

### weekGames

Number of games played this **week**.

### weekWins

Number of games won this **week**.

### seasonGames

Number of games played this **season**.

### seasonWins

Number of games won this **season**.

### personalrating

The player's personal arena rating.