Survey Analysis Table Schema (survey_analysis)


Description

text about each survey submission

survey_analysis table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
survey BIGINT 19 0
survey.id survanal_sur2_fk R
userid BIGINT 19 0
user.id Implied Constraint R
notes LONGTEXT 2147483647 null

Table contained -1 rows

survey_analysis table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
survanal_sur_ix Performance Asc survey
survanal_use_ix Performance Asc userid

survey_analysis table relationships