teams_team_projects


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('teams_team_projects_id_seq'::regclass)
team_id int4 10 null
teams_team.id teams_team_projects_team_id_ec11abec_fk_teams_team_id R
project_id int4 10 null
projects_project.id teams_team_projects_project_id_66bc9dde_fk_projects_project_id R

Indexes

Constraint Name Type Sort Column(s)
teams_team_projects_pkey Primary key Asc id
teams_team_projects_project_id_66bc9dde Performance Asc project_id
teams_team_projects_team_id_ec11abec Performance Asc team_id
teams_team_projects_team_id_project_id_eaad43ab_uniq Must be unique Asc/Asc team_id + project_id

Relationships