The `gm_subsurvey` table
This table contains the answers to the survey questions. It's linked to gm_survey
.
Table 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
field-no-description|1
field-no-description|2
field-no-description|3
field-no-description|4