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 |
|
|
||||||
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 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
org_unit_closed_pkey | Primary key | Asc | id |