Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('action.batch_hold_event_id_seq'::regclass) |
|
|
|||||
| staff | int4 | 10 | null |
|
|
||||||
| bucket | int4 | 10 | null |
|
|
||||||
| target | int4 | 10 | null |
|
|
||||||
| hold_type | text | 2147483647 | 'T'::text |
|
|
||||||
| run_date | timestamptz | 35,6 | now() |
|
|
||||||
| cancelled | timestamptz | 35,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| batch_hold_event_pkey | Primary key | Asc | id |
