Choice Options Table Schema (choice_options)


Description

available options to choice

choice_options table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
choice_answers.optionid choiansw_opt2_fk R
choiceid BIGINT 19 0
choice.id choiopti_cho2_fk R
text LONGTEXT 2147483647 null
maxanswers BIGINT 19 0
timemodified BIGINT 19 0

Table contained -1 rows

choice_options table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
choiopti_cho_ix Performance Asc choiceid

choice_options table relationships