blob: eedc8df6a5d3f414c1eea762f1b7656ba94888e2 (
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
|
# log\_encounter
[<-Back-to:Characters](database-characters.md)
**The \`log\_encounter\` table**
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| ---------------- | -------- | ---------- | --- | ---- | ------- | ----- | ------- |
| [time][1] | DATATIME | SIGNED | | NO | | | |
| [map][2] | SMALLINT | UNSIGNED | | NO | | | |
| [difficulty][3] | TINYINT | UNSIGNED | | NO | | | |
| [creditType][4] | TINYINT | UNSIGNED | | NO | | | |
| [creditEntry][5] | INT | UNSIGNED | | NO | | | |
| [playersInfo][6] | TEXT | SIGNED | | NO | | | |
[1]: #time
[2]: #map
[3]: #difficulty
[4]: #credittype
[5]: #creditentry
[6]: #playersinfo
**Description of the fields**
### time
`field-no-description|1`
### map
`field-no-description|2`
### difficulty
`field-no-description|3`
### creditType
`field-no-description|4`
### creditEntry
`field-no-description|5`
### playersInfo
`field-no-description|6`
|