Back to Schema

Database Tables

Connected

Database Overview

58
Total Tables
Online
Connection Status
canaccom
Database Name

Table: contact_change_history

0 rows

Structure

Field Type Null Key Default Extra
id int NO PRI NULL auto_increment
change_type enum('hotel_contact','team_contact') NO MUL NULL
entity_id int NO NULL
contact_position enum('contact_1','contact_2','contact_3','primary','secondary','tertiary') NO NULL
field_changed enum('name','title','email','phone','multiple') NO NULL
old_value text YES NULL
new_value text YES NULL
change_source enum('booking_form','direct_edit','bulk_update','import') NO NULL
booking_id int YES MUL NULL
changed_by int YES MUL NULL
change_reason text YES NULL
is_master_update tinyint(1) YES 0
created_at timestamp YES MUL CURRENT_TIMESTAMP DEFAULT_GENERATED