blob: 158cfa3120087d7a74d292f4f61f7fe3ae32bd61 (
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
|
# gm\_subsurveys
[<-Back-to:Characters](database-characters.md)
**The \`gm\_subsurveys\` table**
`table-no-description`
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|------------------|----------|------------|-----|------|---------|-------|---------|
| [surveyid][1] | INT | SIGNED | PRI | NO | | | |
| [subsurveyid][2] | INT | UNSIGNED | PRI | NO | 0 | | |
| [rank][3] | INT | UNSIGNED | | NO | 0 | | |
| [comment][4] | longtext | SIGNED | | NO | | | |
| [played][5] | INT | UNSIGNED | | NO | 0 | | |
| [wins2][6] | INT | UNSIGNED | | NO | 0 | | |
| [rank][7] | INT | UNSIGNED | | NO | 0 | | |
[1]: #surveyid
[2]: #subsurveyid
[3]: #rank
[4]: #comment
[5]: #played
[6]: #wins2
[7]: #rank
**Description of the fields**
### surveyid
`field-no-description|1`
### subsurveyid
`field-no-description|2`
### rank
`field-no-description|3`
### comment
`field-no-description|4`
### played
`field-no-description|5`
### wins2
`field-no-description|6`
### rank
`field-no-description|7`
|