Database Schema~team - DataScience-GT/dsgt-member-portal GitHub Wiki

team Table

Manages all of the different teams within DSGT. Provides a way for members to confirm that they are a part of a team.

Columns

Column Name Type Description Specialty Foreign Key
team_id integer The team's id auto_increment
name string The team's name
description string The team's description
members number[] A list of member ids