tbl_sample_group_notes

0 rows


Description

Stores notes pertaining to groups of samples.

Columns

Column Type Size Nulls Auto Children Parents Comments
sample_group_note_id int4 10

Primary key (automatically incremented).

sample_group_id int4 10
tbl_sample_groups.sample_group_id fk_tbl_sample_group_notes_sample_groups R

Identifies the specific sample group.

note varchar 2147483647

Textual note providing additional information about the sample group.

date_updated timestamptz 35,6

Indexes

Constraint Name Type Sort Column(s)
tbl_sample_group_notes_pkey Primary key Asc sample_group_note_id

Relationships