Back to Schema

Database Tables

Connected

Database Overview

58
Total Tables
Online
Connection Status
canaccom
Database Name

Table: hotel_confirmations

0 rows

Structure

Field Type Null Key Default Extra
id int NO PRI NULL auto_increment
booking_id int NO MUL NULL
room_id int YES MUL NULL
confirmation_type enum('booking','room') NO MUL NULL
confirmed_by varchar(100) NO NULL
confirmed_at datetime NO MUL NULL
confirmation_notes text YES NULL
rate_confirmed decimal(10,2) YES NULL
availability_confirmed tinyint(1) YES 1
contact_method enum('email','phone','meeting','other') NO NULL
contact_email varchar(255) YES NULL
contact_phone varchar(20) YES NULL
created_at timestamp YES CURRENT_TIMESTAMP DEFAULT_GENERATED