Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('metric_id_seq'::regclass) |
|
|
||||
datalocation | text | 2147483647 | √ | null |
|
|
||||
daystring | text | 2147483647 | √ | null |
|
|
||||
lastcalleddate | timestamp | 29,6 | null |
|
|
|||||
name | varchar | 255 | null |
|
|
|||||
valuejson | text | 2147483647 | √ | null |
|
|
||||
dataverse_id | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
metric_pkey | Primary key | Asc | id |
index_metric_id | Performance | Asc | id |