blob: b8f3a60868dcf76e0b48451e179340e2689575ac (
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
|
# gm\_subsurvey
[<-Back-to:Characters](database-characters.md)
**The \`gm\_subsurvey\` table**
This table contains the answers to the survey questions. It's linked to `gm_survey`.
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| ------------------ | ---- | ---------- | --- | ---- | ------- | -------------- | ------- |
| [surveyId][1] | INT | UNSIGNED | PRI | NO | | Auto increment | |
| [questionId][2] | INT | UNSIGNED | PRI | NO | 0 | | |
| [answer][3] | INT | UNSIGNED | | NO | 0 | | |
| [answerComment][4] | TEXT | SIGNED | | NO | | | |
[1]: #surveyid
[2]: #questionid
[3]: #answer
[4]: #answercomment
**Description of the fields**
### surveyId
`field-no-description|1`
### questionId
`field-no-description|2`
### answer
`field-no-description|3`
### answerComment
`field-no-description|4`
|