Survey questions
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
question_id | integer | not null default nextval(('survey_questions_pk_seq'::text)::regclass) |
group_id | integer | not null default 0 |
question | text | not null default ''::text |
question_type | integer | not null default 0 |
Indexes: survey_questions_pkey primary key btree (question_id), | ||
survey_questions_group btree (group_id) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)