app_question_match_sub

0 rows


Description

Defines the subquestions that make up a matching question

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_question_match_sub_id_seq'::regclass)
code int8 19 0
question int8 19 0
app_question.id Defined in XMLR
questiontext text 2147483647 null
questiontextformat int2 5 0
answertext varchar 255 ''::character varying

Indexes

Constraint Name Type Sort Column(s)
app_quesmatcsub_id_pk Primary key Asc id
app_quesmatcsub_que_ix Performance Asc question

Relationships