Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('action.hold_request_reset_reason_entry_id_seq'::regclass) |
|
|
|||||
| hold | int4 | 10 | √ | null |
|
|
|||||
| reset_reason | int4 | 10 | √ | null |
|
|
|||||
| note | text | 2147483647 | √ | null |
|
|
|||||
| reset_time | timestamptz | 35,6 | √ | null |
|
|
|||||
| previous_copy | int8 | 19 | √ | null |
|
|
|||||
| requestor | int4 | 10 | √ | null |
|
|
|||||
| requestor_workstation | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| hold_request_reset_reason_entry_pkey | Primary key | Asc | id |
| ahrrre_hold_idx | Performance | Asc | hold |
