Back to Schema

Database Tables

Connected

Database Overview

58
Total Tables
Online
Connection Status
canaccom
Database Name

Table: survey_sends

0 rows

Structure

Field Type Null Key Default Extra
id int NO PRI NULL auto_increment
booking_id int NO MUL NULL
booking_hotel_id int YES NULL
hotel_id int YES MUL NULL
survey_id int NO MUL NULL
audience enum('team','hotel') NO NULL
recipient_email varchar(320) NO NULL
token_hash char(64) YES NULL
expires_at datetime YES NULL
queued_at datetime NO CURRENT_TIMESTAMP DEFAULT_GENERATED
scheduled_send_at datetime NO MUL NULL
processing_started_at datetime YES NULL
last_attempt_at datetime YES NULL
sent_at datetime YES NULL
failed_at datetime YES NULL
responded_at datetime YES NULL
error_message text YES NULL