Back to Schema

Database Tables

Connected

Database Overview

58
Total Tables
Online
Connection Status
canaccom
Database Name

Table: survey_questions

0 rows

Structure

Field Type Null Key Default Extra
id int NO PRI NULL auto_increment
survey_id int NO MUL NULL
prompt varchar(500) NO NULL
question_type enum('rating_1_10','single_choice','text') NO rating_1_10
options_json mediumtext YES NULL
is_required tinyint(1) NO 1
display_order int NO 0
created_at datetime NO CURRENT_TIMESTAMP DEFAULT_GENERATED
updated_at datetime NO CURRENT_TIMESTAMP DEFAULT_GENERATED on update CURRENT_TIMESTAMP