Database Overview
67
Total Tables
Online
Connection Status
canaccom
Database Name
Available Tables
backup_restore_log
block_booking_emails
block_booking_files
block_booking_hotels
block_booking_rooms
block_bookings
booking_commissions
booking_communications
booking_documents
booking_emails
booking_files
booking_hotel_additional_costs
booking_hotel_amenities
booking_hotel_room_quantities
booking_hotel_room_types
booking_hotel_taxes
booking_hotels
booking_reminder_settings
booking_rooms
bookings
bookings_backup_2025_11_07_19_36_10
clients
communication_attachments
communication_templates
contact_change_history
contact_change_requests
contact_validation_rules
email_templates
event_facilities
event_files
events
file_storage_config
hotel_confirmations
hotel_images
hotels
invoice_emails
invoice_items
invoices
organization_card_authorization_tokens
organization_card_profiles
organizations
parent_registrations
public_registration_links
quote_request_emails
quote_request_hotels
quote_requests
room_guests
rooming_card_access_tokens
rooming_card_audit_log
rooming_cards
rooming_list_requests
stay_confirmation_files
stay_confirmation_rooms
survey_questions
survey_response_answers
survey_responses
survey_sends
surveys
team_card_profiles
team_emails
team_manager_devices
team_manager_login_tokens
team_managers
team_roster_members
team_roster_meta
teams
users
Table: quote_request_hotels
8 rowsStructure
| Field | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | int | NO | PRI | NULL | auto_increment |
| quote_request_id | int | NO | NULL | ||
| hotel_id | int | YES | NULL | ||
| hotel_name | varchar(255) | NO | |||
| hotel_city | varchar(100) | NO | |||
| room_types | json | YES | NULL | ||
| email_sent_at | datetime | YES | NULL | ||
| responded_at | datetime | YES | NULL | ||
| created_at | timestamp | YES | CURRENT_TIMESTAMP | DEFAULT_GENERATED |
Sample Data (First 20 rows)
| id | quote_request_id | hotel_id | hotel_name | hotel_city | room_types | email_sent_at | responded_at | created_at |
|---|---|---|---|---|---|---|---|---|
| 1 | 1 | 28 | Calgary Marriott Downtown Hotel | Calgary | [{"qty": 15, "type": "2_queens"}, {"qty": 3, "type": "1_king"}] | 2026-03-12 15:30:39 | NULL | 2026-03-12 07:21:16 |
| 2 | 2 | 729 | Aloft Calgary University | Calgary | [{"qty": 15, "type": "any_available"}] | NULL | NULL | 2026-03-18 16:37:53 |
| 3 | 3 | 207 | Courtyard Edmonton West | Edmonton | [{"qty": 10, "type": "2_queens"}, {"qty": 3, "type": "1_king"}] | 2026-06-17 04:23:29 | NULL | 2026-06-17 04:09:45 |
| 4 | 3 | 731 | Courtyard Edmonton Downtown | Edmonton | [{"qty": 10, "type": "2_queens"}, {"qty": 3, "type": "1_king"}] | 2026-06-17 04:23:29 | NULL | 2026-06-17 04:09:45 |
| 7 | 4 | 110 | Best Western Plus South Edmonton Inn & Suites | Edmonton | [{"qty": 12, "type": "2_queens"}, {"qty": 3, "type": "1_king"}] | 2026-06-25 06:43:35 | NULL | 2026-06-25 06:43:25 |
| 8 | 4 | 146 | Coast Edmonton Plaza Hotel by APA | Edmonton | [{"qty": 12, "type": "2_queens"}, {"qty": 3, "type": "1_king"}] | 2026-06-25 06:43:35 | NULL | 2026-06-25 06:43:25 |
| 9 | 5 | 110 | Best Western Plus South Edmonton Inn & Suites | Edmonton | [{"qty": 12, "type": "2_queens"}, {"qty": 3, "type": "1_king"}] | 2026-06-25 09:58:43 | NULL | 2026-06-25 09:54:29 |
| 10 | 5 | 146 | Coast Edmonton Plaza Hotel by APA | Edmonton | [{"qty": 12, "type": "2_queens"}, {"qty": 3, "type": "1_king"}] | 2026-06-25 09:58:43 | NULL | 2026-06-25 09:54:29 |