dic_ana_method

83 rows


Description

Dictionary of analytical methods

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ana_method_id serial 10 nextval('dic_analysis_method_method_id_seq'::regclass)
analysis.ana_method_id dic_analysis_method_analysis_fkR

PK. Unique ID. Generated by the database.

ana_method_code varchar 20 null

Code for analytical method e.g. XRF, ICP:MS etc. Based in part on the list used by EarthChem

ana_method_translation varchar 100 null

General description of the method

ana_method_desc varchar 255 null

Detailed description of the method

timestamp_created timestamptz 35,6 now()
timestamp_modified timestamptz 35,6 now()
reference_id int4 10 null
reference_work.reference_id reference_work_dic_analysis_method_fkR

FK. ID for the reference_work. Links to reference_work table.

Indexes

Constraint Name Type Sort Column(s)
analysis_method_id Primary key Asc ana_method_id

Relationships