Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('ingestreport_id_seq'::regclass) |
|
|
||||
endtime | timestamp | 29,6 | √ | null |
|
|
||||
report | text | 2147483647 | √ | null |
|
|
||||
starttime | timestamp | 29,6 | √ | null |
|
|
||||
status | int4 | 10 | √ | null |
|
|
||||
type | int4 | 10 | √ | null |
|
|
||||
datafile_id | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
ingestreport_pkey | Primary key | Asc | id |
index_ingestreport_datafile_id | Performance | Asc | datafile_id |