Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('teams_team_members_new_id_seq'::regclass) |
|
|
|||||
| team_id | int4 | 10 | null |
|
|
||||||
| organizationuser_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| teams_team_members_new_pkey | Primary key | Asc | id |
| teams_team_members_new_organizationuser_id_96fbcfb6 | Performance | Asc | organizationuser_id |
| teams_team_members_new_team_id_1a77086a | Performance | Asc | team_id |
| teams_team_members_new_team_id_organizationuser_c9f73a4d_uniq | Must be unique | Asc/Asc | team_id + organizationuser_id |