teams_team


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('teams_team_id_seq'::regclass)
teams_team_members.team_id teams_team_members_new_team_id_1a77086a_fk_teams_team_id R
teams_team_projects.team_id teams_team_projects_team_id_ec11abec_fk_teams_team_id R
created timestamptz 35,6 null
slug varchar 50 null
organization_id int4 10 null
organizations_ext_organization.id teams_team_organization_id_e98fce1d_fk_organizat R

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

Relationships