Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
limit_id | serial | 10 | √ | nextval('analyte_determination_limits_limit_id_seq'::regclass) |
|
|
PK. Unique ID for each record describing the analyte determination limits for a each analyte in a batch. Generated by the database |
||||
analysis_id | int4 | 10 | null |
|
|
FK. ID for each analysis record. Links to analysis table. |
|||||
detection_lower_limit | numeric | 15,8 | √ | null |
|
|
From BGS: This column contains for each analyte the LOWEST level that can be reliably detected using the specified combination of laboratory, analysis method, sample preparation technique. The unit is assumed to be the same as the unit for the analysis. |
||||
detection_upper_limit | numeric | 15,8 | √ | null |
|
|
From BGS: This column contains for each analyte the MAXIMUM level that can be reliably detected using the specified combination of laboratory, analysis method, sample preparation technique. The unit is assumed to be the same as the unit for the analysis. |
||||
timestamp_created | timestamptz | 35,6 | now() |
|
|
||||||
timestamp_modified | timestamptz | 35,6 | √ | now() |
|
|
|||||
analyte_code | varchar | 200 | null |
|
|
FK. Analyte code. Link to dic_analyte |
|||||
reference_standard | varchar | 250 | √ | null |
|
|
Reference standard used for analyses, in particular isotopes e.g. VPDB |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
limit_id | Primary key | Asc | limit_id |
analyte_determination_limits_analyte_code_idx | Performance | Asc | analyte_code |
analyte_determination_limits_analyte_code_idx1 | Performance | Asc | analyte_code |