Database Overview
58
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
organizations
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
teams
users
Table: communication_templates
30 rowsStructure
| Field | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | int | NO | PRI | NULL | auto_increment |
| template_name | varchar(255) | NO | NULL | ||
| template_type | enum('email','text','meeting_agenda') | NO | MUL | NULL | |
| contact_type | enum('team','hotel','internal') | NO | MUL | NULL | |
| subject | varchar(255) | YES | NULL | ||
| message_body | text | NO | NULL | ||
| message_summary | text | YES | NULL | ||
| variables | json | YES | NULL | ||
| is_active | tinyint(1) | YES | MUL | 1 | |
| is_default | tinyint(1) | YES | 0 | ||
| category | enum('confirmation','pricing','rooming_list','special_requests','payment','emergency','general') | YES | MUL | general | |
| created_by | int | YES | MUL | 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 | template_name | template_type | contact_type | subject | message_body | message_summary | variables | is_active | is_default | category | created_by | created_at | updated_at |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Hotel Booking Request | hotel | Group Booking Request - {{team_name}} | Dear {{hotel_contact_name}}, We are requesting availability for a group booking for {{team_name}}. Event: {{event_name}} Check-in: {{check_in_date}} Check-out: {{check_out_date}} Guests: {{total_guests}} Rooms: {{total_rooms}} Please confirm availability and provide rates. Best regards, Canaccom Travel Group | NULL | ["team_name", "hotel_contact_name", "event_name", "check_in_date", "check_out_date", "total_guests", "total_rooms"] | 1 | 0 | confirmation | NULL | 2025-08-08 08:38:05 | 2025-08-08 08:38:05 | |
| 2 | Team Rooming List Request | team | Rooming List Required - {{booking_title}} | Dear {{team_contact_name}}, Please provide the rooming list for your upcoming booking at {{hotel_name}}. Booking: {{booking_title}} Dates: {{check_in_date}} to {{check_out_date}} Please include: - Guest names - Room preferences - Special requirements Thank you, Canaccom Travel Group | NULL | ["team_contact_name", "booking_title", "hotel_name", "check_in_date", "check_out_date"] | 1 | 0 | rooming_list | NULL | 2025-08-08 08:38:05 | 2025-08-08 08:38:05 | |
| 3 | Hotel Booking Request | hotel | Group Booking Request - {{team_name}} | Dear {{hotel_contact_name}}, We are requesting availability for a group booking for {{team_name}}. Event: {{event_name}} Check-in: {{check_in_date}} Check-out: {{check_out_date}} Guests: {{total_guests}} Rooms: {{total_rooms}} Please confirm availability and provide rates. Best regards, Canaccom Travel Group | NULL | ["team_name", "hotel_contact_name", "event_name", "check_in_date", "check_out_date", "total_guests", "total_rooms"] | 1 | 0 | confirmation | NULL | 2025-08-10 03:37:03 | 2025-08-10 03:37:03 | |
| 4 | Team Rooming List Request | team | Rooming List Required - {{booking_title}} | Dear {{team_contact_name}}, Please provide the rooming list for your upcoming booking at {{hotel_name}}. Booking: {{booking_title}} Dates: {{check_in_date}} to {{check_out_date}} Please include: - Guest names - Room preferences - Special requirements Thank you, Canaccom Travel Group | NULL | ["team_contact_name", "booking_title", "hotel_name", "check_in_date", "check_out_date"] | 1 | 0 | rooming_list | NULL | 2025-08-10 03:37:03 | 2025-08-10 03:37:03 | |
| 5 | Hotel Booking Request | hotel | Group Booking Request - {{team_name}} | Dear {{hotel_contact_name}}, We are requesting availability for a group booking for {{team_name}}. Event: {{event_name}} Check-in: {{check_in_date}} Check-out: {{check_out_date}} Guests: {{total_guests}} Rooms: {{total_rooms}} Please confirm availability and provide rates. Best regards, Canaccom Travel Group | NULL | ["team_name", "hotel_contact_name", "event_name", "check_in_date", "check_out_date", "total_guests", "total_rooms"] | 1 | 0 | confirmation | NULL | 2025-08-14 16:49:35 | 2025-08-14 16:49:35 | |
| 6 | Team Rooming List Request | team | Rooming List Required - {{booking_title}} | Dear {{team_contact_name}}, Please provide the rooming list for your upcoming booking at {{hotel_name}}. Booking: {{booking_title}} Dates: {{check_in_date}} to {{check_out_date}} Please include: - Guest names - Room preferences - Special requirements Thank you, Canaccom Travel Group | NULL | ["team_contact_name", "booking_title", "hotel_name", "check_in_date", "check_out_date"] | 1 | 0 | rooming_list | NULL | 2025-08-14 16:49:35 | 2025-08-14 16:49:35 | |
| 7 | Hotel Booking Request | hotel | Group Booking Request - {{team_name}} | Dear {{hotel_contact_name}}, We are requesting availability for a group booking for {{team_name}}. Event: {{event_name}} Check-in: {{check_in_date}} Check-out: {{check_out_date}} Guests: {{total_guests}} Rooms: {{total_rooms}} Please confirm availability and provide rates. Best regards, Canaccom Travel Group | NULL | ["team_name", "hotel_contact_name", "event_name", "check_in_date", "check_out_date", "total_guests", "total_rooms"] | 1 | 0 | confirmation | NULL | 2025-08-18 19:06:15 | 2025-08-18 19:06:15 | |
| 8 | Team Rooming List Request | team | Rooming List Required - {{booking_title}} | Dear {{team_contact_name}}, Please provide the rooming list for your upcoming booking at {{hotel_name}}. Booking: {{booking_title}} Dates: {{check_in_date}} to {{check_out_date}} Please include: - Guest names - Room preferences - Special requirements Thank you, Canaccom Travel Group | NULL | ["team_contact_name", "booking_title", "hotel_name", "check_in_date", "check_out_date"] | 1 | 0 | rooming_list | NULL | 2025-08-18 19:06:15 | 2025-08-18 19:06:15 | |
| 9 | Hotel Booking Request | hotel | Group Booking Request - {{team_name}} | Dear {{hotel_contact_name}}, We are requesting availability for a group booking for {{team_name}}. Event: {{event_name}} Check-in: {{check_in_date}} Check-out: {{check_out_date}} Guests: {{total_guests}} Rooms: {{total_rooms}} Please confirm availability and provide rates. Best regards, Canaccom Travel Group | NULL | ["team_name", "hotel_contact_name", "event_name", "check_in_date", "check_out_date", "total_guests", "total_rooms"] | 1 | 0 | confirmation | NULL | 2025-08-24 01:26:28 | 2025-08-24 01:26:28 | |
| 10 | Team Rooming List Request | team | Rooming List Required - {{booking_title}} | Dear {{team_contact_name}}, Please provide the rooming list for your upcoming booking at {{hotel_name}}. Booking: {{booking_title}} Dates: {{check_in_date}} to {{check_out_date}} Please include: - Guest names - Room preferences - Special requirements Thank you, Canaccom Travel Group | NULL | ["team_contact_name", "booking_title", "hotel_name", "check_in_date", "check_out_date"] | 1 | 0 | rooming_list | NULL | 2025-08-24 01:26:28 | 2025-08-24 01:26:28 | |
| 11 | Hotel Booking Request | hotel | Group Booking Request - {{team_name}} | Dear {{hotel_contact_name}}, We are requesting availability for a group booking for {{team_name}}. Event: {{event_name}} Check-in: {{check_in_date}} Check-out: {{check_out_date}} Guests: {{total_guests}} Rooms: {{total_rooms}} Please confirm availability and provide rates. Best regards, Canaccom Travel Group | NULL | ["team_name", "hotel_contact_name", "event_name", "check_in_date", "check_out_date", "total_guests", "total_rooms"] | 1 | 0 | confirmation | NULL | 2025-08-24 01:26:54 | 2025-08-24 01:26:54 | |
| 12 | Team Rooming List Request | team | Rooming List Required - {{booking_title}} | Dear {{team_contact_name}}, Please provide the rooming list for your upcoming booking at {{hotel_name}}. Booking: {{booking_title}} Dates: {{check_in_date}} to {{check_out_date}} Please include: - Guest names - Room preferences - Special requirements Thank you, Canaccom Travel Group | NULL | ["team_contact_name", "booking_title", "hotel_name", "check_in_date", "check_out_date"] | 1 | 0 | rooming_list | NULL | 2025-08-24 01:26:54 | 2025-08-24 01:26:54 | |
| 13 | Hotel Booking Request | hotel | Group Booking Request - {{team_name}} | Dear {{hotel_contact_name}}, We are requesting availability for a group booking for {{team_name}}. Event: {{event_name}} Check-in: {{check_in_date}} Check-out: {{check_out_date}} Guests: {{total_guests}} Rooms: {{total_rooms}} Please confirm availability and provide rates. Best regards, Canaccom Travel Group | NULL | ["team_name", "hotel_contact_name", "event_name", "check_in_date", "check_out_date", "total_guests", "total_rooms"] | 1 | 0 | confirmation | NULL | 2025-08-29 16:39:28 | 2025-08-29 16:39:28 | |
| 14 | Team Rooming List Request | team | Rooming List Required - {{booking_title}} | Dear {{team_contact_name}}, Please provide the rooming list for your upcoming booking at {{hotel_name}}. Booking: {{booking_title}} Dates: {{check_in_date}} to {{check_out_date}} Please include: - Guest names - Room preferences - Special requirements Thank you, Canaccom Travel Group | NULL | ["team_contact_name", "booking_title", "hotel_name", "check_in_date", "check_out_date"] | 1 | 0 | rooming_list | NULL | 2025-08-29 16:39:28 | 2025-08-29 16:39:28 | |
| 15 | Hotel Booking Request | hotel | Group Booking Request - {{team_name}} | Dear {{hotel_contact_name}}, We are requesting availability for a group booking for {{team_name}}. Event: {{event_name}} Check-in: {{check_in_date}} Check-out: {{check_out_date}} Guests: {{total_guests}} Rooms: {{total_rooms}} Please confirm availability and provide rates. Best regards, Canaccom Travel Group | NULL | ["team_name", "hotel_contact_name", "event_name", "check_in_date", "check_out_date", "total_guests", "total_rooms"] | 1 | 0 | confirmation | NULL | 2025-09-03 11:58:40 | 2025-09-03 11:58:40 | |
| 16 | Team Rooming List Request | team | Rooming List Required - {{booking_title}} | Dear {{team_contact_name}}, Please provide the rooming list for your upcoming booking at {{hotel_name}}. Booking: {{booking_title}} Dates: {{check_in_date}} to {{check_out_date}} Please include: - Guest names - Room preferences - Special requirements Thank you, Canaccom Travel Group | NULL | ["team_contact_name", "booking_title", "hotel_name", "check_in_date", "check_out_date"] | 1 | 0 | rooming_list | NULL | 2025-09-03 11:58:40 | 2025-09-03 11:58:40 | |
| 17 | Hotel Booking Request | hotel | Group Booking Request - {{team_name}} | Dear {{hotel_contact_name}}, We are requesting availability for a group booking for {{team_name}}. Event: {{event_name}} Check-in: {{check_in_date}} Check-out: {{check_out_date}} Guests: {{total_guests}} Rooms: {{total_rooms}} Please confirm availability and provide rates. Best regards, Canaccom Travel Group | NULL | ["team_name", "hotel_contact_name", "event_name", "check_in_date", "check_out_date", "total_guests", "total_rooms"] | 1 | 0 | confirmation | NULL | 2025-11-07 19:36:25 | 2025-11-07 19:36:25 | |
| 18 | Team Rooming List Request | team | Rooming List Required - {{booking_title}} | Dear {{team_contact_name}}, Please provide the rooming list for your upcoming booking at {{hotel_name}}. Booking: {{booking_title}} Dates: {{check_in_date}} to {{check_out_date}} Please include: - Guest names - Room preferences - Special requirements Thank you, Canaccom Travel Group | NULL | ["team_contact_name", "booking_title", "hotel_name", "check_in_date", "check_out_date"] | 1 | 0 | rooming_list | NULL | 2025-11-07 19:36:25 | 2025-11-07 19:36:25 | |
| 19 | Hotel Booking Request | hotel | Group Booking Request - {{team_name}} | Dear {{hotel_contact_name}}, We are requesting availability for a group booking for {{team_name}}. Event: {{event_name}} Check-in: {{check_in_date}} Check-out: {{check_out_date}} Guests: {{total_guests}} Rooms: {{total_rooms}} Please confirm availability and provide rates. Best regards, Canaccom Travel Group | NULL | ["team_name", "hotel_contact_name", "event_name", "check_in_date", "check_out_date", "total_guests", "total_rooms"] | 1 | 0 | confirmation | NULL | 2025-12-23 10:07:14 | 2025-12-23 10:07:14 | |
| 20 | Team Rooming List Request | team | Rooming List Required - {{booking_title}} | Dear {{team_contact_name}}, Please provide the rooming list for your upcoming booking at {{hotel_name}}. Booking: {{booking_title}} Dates: {{check_in_date}} to {{check_out_date}} Please include: - Guest names - Room preferences - Special requirements Thank you, Canaccom Travel Group | NULL | ["team_contact_name", "booking_title", "hotel_name", "check_in_date", "check_out_date"] | 1 | 0 | rooming_list | NULL | 2025-12-23 10:07:14 | 2025-12-23 10:07:14 |