Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('action.emergency_closing_circulation_id_seq'::regclass) |
|
|
|||||
emergency_closing | int4 | 10 | null |
|
|
||||||
circulation | int4 | 10 | null |
|
|
||||||
original_due_date | timestamptz | 35,6 | √ | null |
|
|
|||||
process_time | timestamptz | 35,6 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
emergency_closing_circulation_pkey | Primary key | Asc | id |
emergency_closing_circulation_circulation_idx | Performance | Asc | circulation |
emergency_closing_circulation_emergency_closing_idx | Performance | Asc | emergency_closing |