tbl_sample_location_type_sampling_contexts

0 rows


Description

This table establishes a relationship between sample location types and their respective sampling contexts.

Columns

Column Type Size Nulls Auto Children Parents Comments
sample_location_type_sampling_context_id int4 10

Primary key (automatically incremented).

sampling_context_id int4 10
tbl_sample_group_sampling_contexts.sampling_context_id fk_sample_location_type_sampling_context_id R

Specifies the sampling context, providing contextual details about the sampling environment.

sample_location_type_id int4 10
tbl_sample_location_types.sample_location_type_id fk_sample_location_sampling_contexts_sampling_context_id R

Specifies the unique identifier for a sample location type.

date_updated timestamptz 35,6

Indexes

Constraint Name Type Sort Column(s)
tbl_sample_location_type_sampling_contexts_pkey Primary key Asc sample_location_type_sampling_context_id

Relationships