Back to Schema

Database Tables

Connected

Database Overview

58
Total Tables
Online
Connection Status
canaccom
Database Name

Table: events

6 rows

Structure

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