Surveys
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
survey_id | integer | not null default nextval(('surveys_pk_seq'::text)::regclass) |
group_id | integer | not null default 0 |
survey_title | text | not null default ''::text |
survey_questions | text | not null default ''::text |
is_active | integer | not null default 1 |
Indexes: surveys_pkey primary key btree (survey_id), | ||
surveys_group btree (group_id) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)