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_booking_hotels
3 rowsStructure
| Field | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | int | NO | PRI | NULL | auto_increment |
| block_booking_id | int | NO | NULL | ||
| hotel_id | int | NO | NULL | ||
| hotel_name | varchar(255) | YES | NULL | ||
| hotel_city | varchar(100) | YES | NULL | ||
| hotel_address | varchar(255) | YES | NULL | ||
| hotel_phone | varchar(50) | YES | NULL | ||
| hotel_email | varchar(255) | YES | NULL | ||
| commission_rate | decimal(5,2) | YES | NULL | ||
| checkin_time | varchar(20) | YES | NULL | ||
| checkout_time | varchar(20) | YES | NULL | ||
| cancellation_deadline | date | YES | NULL | ||
| notes | text | YES | NULL | ||
| created_at | datetime | YES | CURRENT_TIMESTAMP | DEFAULT_GENERATED |
Sample Data (First 20 rows)
| id | block_booking_id | hotel_id | hotel_name | hotel_city | hotel_address | hotel_phone | hotel_email | commission_rate | checkin_time | checkout_time | cancellation_deadline | notes | created_at |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4 | 1 | 741 | Alt Hotel Calgary University District | Calgary | NULL | NULL | NULL | 10.00 | 3:00 pm | 12:00 pm | 2026-05-18 | Guest room rate is commissionable at ten percent (10%). All guestrooms three (3) days pre and post of the contracted event dates will be eligible for commission. Commission will be paid once the entire account is paid in full by the end client. These rates are per room, based on single or double occupancy, and are quoted in Canadian dollars. Applicable taxes and fees are not included. Rates are subject to 5% GST, 4% Tourism Levy, and 6% DMF. Taxes and fees are subject to change without notice | 2026-03-17 20:23:30 |
| 6 | 2 | 742 | Element Calgary Downtown | Calgary | NULL | NULL | NULL | 7.00 | NULL | NULL | 2026-05-18 | NULL | 2026-03-17 22:23:56 |
| 7 | 3 | 28 | Calgary Marriott Downtown Hotel | Calgary | NULL | NULL | NULL | 10.00 | 4:00 pm | 12:00 pm | 2026-05-18 | NULL | 2026-03-18 16:09:10 |