summaryrefslogtreecommitdiff
path: root/docs/gm_survey.md
blob: 17f9bf1d7cb11c712fb332e996a4c46be4681940 (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
# gm\_survey

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

**The \`gm\_survey\` table**

**Structure**

| Field           | Type     | Attributes | Key | Null | Default | Extra          | Comment |
| --------------- | -------- | ---------- | --- | ---- | ------- | -------------- | ------- |
| [surveyId][1]   | INT      | UNSIGNED   | PRI | NO   |         | Auto Increment |         |
| [guid][2]       | INT      | UNSIGNED   |     | NO   | 0       |                |         |
| [mainSurvey][3] | INT      | UNSIGNED   |     | NO   | 0       |                |         |
| [comment][4]    | LONGTEXT | SIGNED     |     | NO   |         |                |         |
| [createTime][5] | INT      | UNSIGNED   |     | NO   | 0       |                |         |
| [maxMMR][6]     | SMALLINT | SIGNED     |     | NO   |         |                |         |

[1]: #surveyid
[2]: #guid
[3]: #mainsurvey
[4]: #comment
[5]: #createtime
[6]: #maxmmr

**Description of the fields**

### surveyId

`field-no-description|1`

### guid

`field-no-description|2`

### mainSurvey

`field-no-description|3`

### comment

`field-no-description|4`

### createTime

`field-no-description|5`

### maxMMR

`field-no-description|6`