github_team_memberships

Join table between github_users and github_teams

id

Primary key
Unique identifier for the row.

team_id

Foreign key
The team the user is a member of

user_id

Foreign key
The user that is a member of the team

active

boolean
Boolean indicating if team is active