Question Answers Table Schema (question_answers)


Description

Answers, with a fractional grade (0-1) and feedback

question_answers table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
question BIGINT 19 0
question.id quesansw_que2_fk R
answer LONGTEXT 2147483647 null
answerformat TINYINT 3 0
fraction DECIMAL 12,7 0.0000000
feedback LONGTEXT 2147483647 null
feedbackformat TINYINT 3 0

Table contained -1 rows

question_answers table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
quesansw_que_ix Performance Asc question

question_answers table relationships