Back to Schema

Database Tables

Connected

Database Overview

58
Total Tables
Online
Connection Status
canaccom
Database Name

Table: surveys

0 rows

Structure

Field Type Null Key Default Extra
id int NO PRI NULL auto_increment
name varchar(180) NO NULL
audience enum('team','hotel') NO team
response_mode enum('linked','anonymous') NO linked
is_active tinyint(1) NO MUL 1
thank_you_html mediumtext NO NULL
email_subject varchar(255) NO NULL
email_body_html mediumtext NO NULL
created_by int YES NULL
updated_by int YES NULL
created_at datetime NO CURRENT_TIMESTAMP DEFAULT_GENERATED
updated_at datetime NO CURRENT_TIMESTAMP DEFAULT_GENERATED on update CURRENT_TIMESTAMP