Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('teams_team_id_seq'::regclass) |
|
|
||||||||
| created | timestamptz | 35,6 | null |
|
|
|||||||||
| slug | varchar | 50 | null |
|
|
|||||||||
| organization_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| teams_team_pkey | Primary key | Asc | id |
| teams_team_created_db346297 | Performance | Asc | created |
| teams_team_organization_id_e98fce1d | Performance | Asc | organization_id |
| teams_team_slug_301a24e5 | Performance | Asc | slug |
| teams_team_slug_301a24e5_like | Performance | Asc | slug |
| teams_team_slug_organization_id_878caab4_uniq | Must be unique | Asc/Asc | slug + organization_id |