app_engage_answer_option

0 rows


Description

Table for the options of question

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_engage_answer_option_id_seq'::regclass)
app_engage_answer_choice.optionid Defined in XMLR
questionid int8 19 null
app_engage_question.id Defined in XMLR
value varchar 255 ''::character varying
timecreated int8 19 null
timemodified int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_engaanswopti_id_pk Primary key Asc id
app_engaanswopti_que_ix Performance Asc questionid
app_engaanswopti_tim_ix Performance Asc timecreated
app_engaanswopti_val_ix Performance Asc value

Relationships