analysis_instrument

1544 rows


Description

Linking instruments to analyses

Columns

Column Type Size Nulls Auto Default Children Parents Comments
analysis_instrument_id serial 10 nextval('analysis_instrument_analysis_instrument_id_seq'::regclass)

PK. Unique ID. Generated by the database

analysis_id int4 10 null
analysis.analysis_id analysis_analysis_instrument_fk R

FK. ID for analysis. Links to analysis table

instrument_id int4 10 null
dic_instrument.instrument_id instrument_analysis_instrument_fk R

FK. ID for instrument. Links to dic_instrument table

verbatim_instrument varchar 2147483647 null

The name of the instrument as reported in the original source e.g. in the published paper

instrument_order int4 10 null

The order in which the instrument was used (e.g. EA before IRMS)

analysis_instrument_notes varchar 2147483647 null

Any notes about the use of the instrument in the analysis

timestamp_created timestamptz 35,6 now()
timestamp_modified timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
analysis_instrument_id Primary key Asc analysis_instrument_id

Relationships