gm_subsurvey
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 | INT | UNSIGNED | PRI | NO | Auto increment | ||
questionId | INT | UNSIGNED | PRI | NO | 0 | ||
answer | INT | UNSIGNED | NO | 0 | |||
answerComment | TEXT | SIGNED | NO |
Description of the fields
surveyId
field-no-description|1
questionId
field-no-description|2
answer
field-no-description|3
answerComment
field-no-description|4