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: block_bookings
3 rowsStructure
| Field | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | int | NO | PRI | NULL | auto_increment |
| event_name | varchar(255) | YES | NULL | ||
| event_id | int | YES | NULL | ||
| arrival_date | date | NO | NULL | ||
| departure_date | date | NO | NULL | ||
| nights_stay | int | YES | 0 | ||
| status | enum('draft','confirmed','active','closed','cancelled') | YES | draft | ||
| commission_rate | decimal(5,2) | YES | 12.00 | ||
| notes | text | YES | NULL | ||
| quote_request_id | int | YES | NULL | ||
| created_by | int | YES | NULL | ||
| created_at | datetime | YES | CURRENT_TIMESTAMP | DEFAULT_GENERATED | |
| updated_at | datetime | YES | CURRENT_TIMESTAMP | DEFAULT_GENERATED |
Sample Data (First 20 rows)
| id | event_name | event_id | arrival_date | departure_date | nights_stay | status | commission_rate | notes | quote_request_id | created_by | created_at | updated_at |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Alley-Oop Basketball Tournament | 6 | 2026-06-19 | 2026-06-21 | 2 | confirmed | 12.00 | NULL | NULL | 2 | 2026-03-15 22:22:26 | 2026-03-17 20:23:30 |
| 2 | Alley-Oop Basketball Tournament | 6 | 2026-06-19 | 2026-06-21 | 2 | confirmed | 12.00 | Rates Commissionable. The room rates listed above include a commission of 7% on all utilized room nights, excluding anything packaged into the rate such as internet, resort fee, rebate, or any other miscellaneous charges, and any rooms discounted off Canaccom’ s room rate, payable to Canaccom Sport Team Travel Inc | NULL | 2 | 2026-03-17 20:27:16 | 2026-03-17 22:23:55 |
| 3 | Alley-Oop Basketball Tournament | 6 | 2026-06-19 | 2026-06-21 | 2 | confirmed | 12.00 | NULL | NULL | 2 | 2026-03-18 16:09:10 | 2026-03-18 16:09:10 |