Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dataid | serial | 10 | √ | nextval('ndb.seq_data_dataid'::regclass) |
|
|
||||||||||||||||||
| sampleid | int4 | 10 | null |
|
|
Sample identification number. Field links to Samples table. |
||||||||||||||||||
| variableid | int4 | 10 | null |
|
|
Variable identification number. Field links to Variables table. |
||||||||||||||||||
| value | float8 | 17,17 | √ | null |
|
|
The value of the variable. |
|||||||||||||||||
| recdatecreated | timestamp | 22 | timezone('UTC'::text, now()) |
|
|
|||||||||||||||||||
| recdatemodified | timestamp | 22 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| data_pkey | Primary key | Asc | dataid |
| data_sample_idx | Performance | Asc | sampleid |
| data_variable_idx | Performance | Asc | variableid |