Survey responses
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
user_id | integer | not null default 0 |
group_id | integer | not null default 0 |
survey_id | integer | not null default 0 |
question_id | integer | not null default 0 |
response | text | not null default ''::text |
date | integer | not null default 0 |
Indexes: survey_responses_group_id btree (group_id), | ||
survey_responses_survey_questio btree (survey_id, question_id), | ||
survey_responses_user_survey btree (user_id, survey_id), | ||
survey_responses_user_survey_qu btree (user_id, survey_id, question_id) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)