organization


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('system.organization_id_seq'::regclass)
pattern.organization_id fk_pattern_org R
role.organization_id fk_role_org C
zone.organization_id fk_zone_org R
name varchar 40 null
description text 2147483647 null

Table contained 1 rows

Indexes

Constraint Name Type Sort Column(s)
pk_org_id Primary key Asc id
uk_org_name Must be unique Asc name

Relationships