[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 UNSIGNED | QuestionId | INT UNSIGNED | Answer | INT UNSIGNED | AnswerComment | text |