Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
batch_id | bigserial | 19 | √ | nextval('batch_history_batch_id_seq'::regclass) |
|
|
Primary key ID |
|
name | varchar | 40 | null |
|
|
Name of batch process |
||
last_run | timestamp | 29,6 | null |
|
|
Timestamp of when last run successfully |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
batch_history_pk | Primary key | Asc | batch_id |