Back to Schema

Database Tables

Connected

Database Overview

67
Total Tables
Online
Connection Status
canaccom
Database Name

Table: team_roster_members

1 rows

Structure

Field Type Null Key Default Extra
id int NO PRI NULL auto_increment
team_id int NO MUL NULL
member_type enum('player','guardian') NO player
first_name varchar(100) NO NULL
last_name varchar(100) NO NULL
email varchar(255) YES NULL
phone varchar(40) YES NULL
linked_member_id int YES MUL NULL
notes varchar(500) YES NULL
is_active tinyint(1) NO 1
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 team_id member_type first_name last_name email phone linked_member_id notes is_active created_at updated_at
1 51 player Tom Smith [email protected] NULL NULL NULL 1 2026-06-16 19:42:23 2026-06-16 19:42:23