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: events
6 rowsStructure
| Field | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | int | NO | PRI | NULL | auto_increment |
| name | varchar(255) | NO | MUL | NULL | |
| start_date | date | NO | MUL | NULL | |
| end_date | date | NO | MUL | NULL | |
| city_town | varchar(100) | NO | MUL | NULL | |
| event_url | varchar(2048) | YES | NULL | ||
| primary_contact_fname | varchar(100) | NO | NULL | ||
| primary_contact_lname | varchar(100) | NO | NULL | ||
| primary_contact_email | varchar(255) | YES | NULL | ||
| primary_contact_phone | varchar(20) | YES | NULL | ||
| additional_info | text | YES | NULL | ||
| status | enum('active','inactive','cancelled','completed') | YES | MUL | active | |
| created_at | timestamp | NO | CURRENT_TIMESTAMP | DEFAULT_GENERATED | |
| updated_at | timestamp | NO | CURRENT_TIMESTAMP | DEFAULT_GENERATED on update CURRENT_TIMESTAMP |
Sample Data (First 20 rows)
| id | name | start_date | end_date | city_town | event_url | primary_contact_fname | primary_contact_lname | primary_contact_email | primary_contact_phone | additional_info | status | created_at | updated_at |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Spring Hockey Championship | 2024-03-15 | 2024-03-17 | Toronto | NULL | John | Smith | [email protected] | (555) 123-0001 | Annual spring championship tournament featuring teams from across Canada. | active | 2025-08-11 04:59:58 | 2025-08-11 05:26:44 |
| 2 | Summer Soccer Festival | 2024-06-20 | 2024-06-23 | Vancouver | NULL | Sarah | Johnson | [email protected] | (555) 123-0002 | Premier soccer tournament with youth and adult divisions. | active | 2025-08-11 04:59:58 | 2025-08-11 05:26:44 |
| 3 | Winter Basketball Classic | 2024-12-10 | 2024-12-12 | Montreal | NULL | Mike | Brown | [email protected] | (555) 123-0003 | Elite basketball tournament featuring top regional teams. | active | 2025-08-11 04:59:58 | 2025-08-11 05:26:44 |
| 4 | Rocky Mountain Classic | 2025-11-13 | 2025-11-16 | Calgary | NULL | Claudia | Issler | [email protected] | NULL | Elite U15 Hockey Tournament with 24 teams | active | 2025-08-11 06:07:05 | 2025-08-11 06:08:40 |
| 5 | Circle K Classic | 2025-12-26 | 2026-01-02 | Calgary, Alberta | NULL | Amy | Nightingale | [email protected] | NULL | active | 2025-08-17 16:20:52 | 2025-08-17 16:20:52 | |
| 6 | Alley-Oop Basketball Tournament | 2026-06-19 | 2026-06-21 | Calgary | https://alleyoopbasketball.com | Scott | Ady | [email protected] | NULL | Games begin as early as 8:00 AM Friday and end Sunday at 7:30 PM Age Groups: U9-U18 boys and girls | active | 2026-03-15 20:53:17 | 2026-03-15 20:57:15 |