Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('summarystatistic_id_seq'::regclass) |
|
|
||||
type | int4 | 10 | √ | null |
|
|
||||
value | varchar | 255 | √ | null |
|
|
||||
datavariable_id | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
summarystatistic_pkey | Primary key | Asc | id |
index_summarystatistic_datavariable_id | Performance | Asc | datavariable_id |