Back to Schema

Database Tables

Connected

Database Overview

58
Total Tables
Online
Connection Status
canaccom
Database Name

Table: quote_requests

2 rows

Structure

Field Type Null Key Default Extra
id int NO PRI NULL auto_increment
team_id int YES NULL
team_name varchar(255) NO
status enum('open','sent','responded','converted','archived') NO open
arrival_date date YES NULL
departure_date date YES NULL
nights_stay int NO 0
total_rooms int NO 0
breakfast_included tinyint(1) NO 0
equipment_storage tinyint(1) NO 0
meeting_room tinyint(1) NO 0
block_booking tinyint(1) NO 0
commission_rate decimal(5,2) NO 12.00
other_requests text YES NULL
booking_id int YES NULL
created_by int YES NULL
created_at timestamp YES CURRENT_TIMESTAMP DEFAULT_GENERATED
updated_at timestamp YES CURRENT_TIMESTAMP DEFAULT_GENERATED on update CURRENT_TIMESTAMP

Sample Data (First 20 rows)

id team_id team_name status arrival_date departure_date nights_stay total_rooms breakfast_included equipment_storage meeting_room block_booking commission_rate other_requests booking_id created_by created_at updated_at
1 51 CIHA U18 Female sent 2026-05-20 2026-05-25 5 18 1 1 1 0 12.00 Thank you for your time NULL 2 2026-03-12 07:21:16 2026-03-12 07:55:41
2 1 CIHA U15 Prep open 2026-04-10 2026-04-13 3 15 1 1 1 0 12.00 NULL 2 2026-03-18 16:37:53 2026-03-18 16:37:53