organizations_ext_organization


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('organizations_ext_organization_id_seq'::regclass)
environments_environment.organization_id environments_environ_organization_id_5e73e9d7_fk_organizat R
organizations_ext_organizationinvitation.organization_id organizations_ext_or_organization_id_d6f74ca6_fk_organizat R
organizations_ext_organizationowner.organization_id organizations_ext_or_organization_id_1baaa212_fk_organizat R
organizations_ext_organizationuser.organization_id organizations_ext_or_organization_id_f5a7ee4a_fk_organizat R
projects_project.organization_id projects_project_organization_id_c93e5ca2_fk_organizat R
releases_release.organization_id releases_release_organization_id_d23b0b80_fk_organizat R
teams_team.organization_id teams_team_organization_id_e98fce1d_fk_organizat R
uptime_monitor.organization_id uptime_monitor_organization_id_a3fa8f6e_fk_organizat R
name varchar 200 null
is_active bool 1 null
created timestamptz 35,6 null
modified timestamptz 35,6 null
slug varchar 200 null
is_accepting_events bool 1 null
open_membership bool 1 null
scrub_ip_addresses bool 1 null

Indexes

Constraint Name Type Sort Column(s)
organizations_ext_organization_pkey Primary key Asc id
organizations_ext_organization_slug_5a7a61c9_like Performance Asc slug
organizations_ext_organization_slug_key Must be unique Asc slug

Relationships