Questionnaire Response Text Table Schema (questionnaire_response_text)


Description

questionnaire_response_text table retrofitted from MySQL

questionnaire_response_text table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
response_id BIGINT 19 0
question_id BIGINT 19 0
response LONGTEXT 2147483647 null

Table contained -1 rows

questionnaire_response_text table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
quesresptext_resque_ix Performance Asc/Asc response_id + question_id