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 |
|
|
||||||
| project_id | int4 | 10 | null |
|
|
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 |