[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [gm_subsurvey](gm_subsurvey) This table contains the answers to the survey questions. It's linked to `gm_survey`. Column | Type | Description --- | --- | --- SurveyId | int(10) unsigned | QuestionId | int(10) unsigned | Answer | int(10) unsigned | AnswerComment | text |