tbl_sample_colours

0 rows


Description

Contains information about the colors related to physical samples.

Columns

Column Type Size Nulls Auto Children Parents Comments
sample_colour_id int4 10

Primary key (automatically incremented).

colour_id int4 10
tbl_colours.colour_id fk_sample_colours_colour_id R

Specifies the unique identifier for a color.

date_updated timestamptz 35,6
physical_sample_id int4 10
tbl_physical_samples.physical_sample_id fk_sample_colours_physical_sample_id R

Identifies the specific physical sample.

Indexes

Constraint Name Type Sort Column(s)
tbl_sample_colours_pkey Primary key Asc sample_colour_id

Relationships