environments_environment


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('environments_environment_id_seq'::regclass)
environments_environmentproject.environment_id environments_environ_environment_id_4b61b449_fk_environme R
uptime_monitor.environment_id uptime_monitor_environment_id_c1ee6182_fk_environme R
name varchar 256 null
created timestamptz 35,6 null
organization_id int4 10 null
organizations_ext_organization.id environments_environ_organization_id_5e73e9d7_fk_organizat R

Indexes

Constraint Name Type Sort Column(s)
environments_environment_pkey Primary key Asc id
environments_environment_created_68e37d5a Performance Asc created
environments_environment_organization_id_5e73e9d7 Performance Asc organization_id
environments_environment_organization_id_name_e04cf45d_uniq Must be unique Asc/Asc organization_id + name

Relationships