tbl_sample_description_sample_group_contexts

0 rows


Description

This table links sample descriptions to their respective group contexts, providing a structured way to manage and categorize sample data.

Columns

Column Type Size Nulls Auto Children Parents Comments
sample_description_sample_group_context_id int4 10

Primary key (automatically incremented).

sampling_context_id int4 10
tbl_sample_group_sampling_contexts.sampling_context_id fk_sample_description_sample_group_contexts_sampling_context_id R

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

sample_description_type_id int4 10
tbl_sample_description_types.sample_description_type_id fk_sample_description_types_sample_group_context_id R

Specifies the sample description type, indicating the type of sample described.

date_updated timestamptz 35,6

Indexes

Constraint Name Type Sort Column(s)
tbl_sample_description_sample_group_contexts_pkey Primary key Asc sample_description_sample_group_context_id

Relationships