summaryrefslogtreecommitdiff
path: root/docs/es/log_arena_fights.md
blob: 0d3ab23aee5f007a60b61145429a2046fd073ddc (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# log\_arena\_fights

[<-Volver a:Characters](database-characters.md)

**Tabla \`log\_arena\_fights\`**

**Estructura**

| Field                 | Type     | Attributes | Key | Null | Default | Extra | Comment |
| --------------------- | -------- | ---------- | --- | ---- | ------- | ----- | ------- |
| [fight_id][1]         | INT      | UNSIGNED   | PRI | NO   |         |       |         |
| [time][2]             | DATETIME | SIGNED     |     | NO   |         |       |         |
| [type][3]             | TINYINT  | UNSIGNED   |     | NO   |         |       |         |
| [duration][4]         | INT      | UNSIGNED   |     | NO   |         |       |         |
| [winner][5]           | INT      | UNSIGNED   |     | NO   |         |       |         |
| [loser][6]            | INT      | UNSIGNED   |     | NO   |         |       |         |
| [winner_tr][7]        | SMALLINT | UNSIGNED   |     | NO   |         |       |         |
| [winner_mmr][8]       | SMALLINT | UNSIGNED   |     | NO   |         |       |         |
| [winner_tr_change][9] | SMALLINT | SIGNED     |     | NO   |         |       |         |
| [loser_tr][10]        | SMALLINT | UNSIGNED   |     | NO   |         |       |         |
| [loser_mmr][11]       | SMALLINT | UNSIGNED   |     | NO   |         |       |         |
| [loser_tr_change][12] | SMALLINT | UNSIGNED   |     | NO   | 0       |       |         |
| [currOnline][13]      | INT      | SIGNED     |     | NO   | 0       |       |         |

[1]: #fightid
[2]: #time
[3]: #type
[4]: #duration
[5]: #winner
[6]: #loser
[7]: #winnertr
[8]: #winnermmr
[9]: #winnertrchange
[10]: #losertr
[11]: #losermmr
[12]: #losertrchange
[13]: #curronline

**Descripción de los Campos**

### fight\_id

`field-no-description|1`

### time

`field-no-description|2`

### type

`field-no-description|3`

### duration

`field-no-description|4`

### winner

`field-no-description|5`

### loser

`field-no-description|6`

### winner\_tr

`field-no-description|7`

### winner\_mmr

`field-no-description|8`

### winner\_tr\_change

`field-no-description|9`

### loser\_tr

`field-no-description|10`

### loser\_mmr

`field-no-description|11`

### loser\_tr\_change

`field-no-description|12`

### curronline

`field-no-description|13`