Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
dag_id | varchar | 250 | null |
|
|
|||||
fileloc | varchar | 2000 | null |
|
|
|||||
fileloc_hash | int8 | 19 | null |
|
|
|||||
data | json | 2147483647 | null |
|
|
|||||
last_updated | timestamptz | 35,6 | null |
|
|
|||||
dag_hash | varchar | 32 | 'Hash not calculated yet'::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
serialized_dag_pkey | Primary key | Asc | dag_id |
idx_fileloc_hash | Performance | Asc | fileloc_hash |