org_unit_closed

1091 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('actor.org_unit_closed_id_seq'::regclass)
org_unit int4 10 null
org_unit.id org_unit_closed_org_unit_fkey R
close_start timestamptz 35,6 null
close_end timestamptz 35,6 null
full_day bool 1 false
multi_day bool 1 false
reason text 2147483647 null
emergency_closing int4 10 null
emergency_closing.id org_unit_closed_emergency_closing_fkey R

Indexes

Constraint Name Type Sort Column(s)
org_unit_closed_pkey Primary key Asc id

Relationships