tbl_sample_notes

5357 rows


Description

Contains miscellaneous notes related to samples that do not belong in other tables, such as ‘stored in a cellar until processing in 2020’.

Columns

Column Type Size Nulls Auto Children Parents Comments
sample_note_id int4 10

Primary key (automatically incremented).

physical_sample_id int4 10
tbl_physical_samples.physical_sample_id fk_sample_notes_physical_sample_id R

Identifies the specific physical sample.

note_type varchar 2147483647

The origin or category of the note, such as ‘field note’ or ‘lab note’.

note text 2147483647

The content of the note.

date_updated timestamptz 35,6

Indexes

Constraint Name Type Sort Column(s)
tbl_sample_notes_pkey Primary key Asc sample_note_id
idx_sample_notes_physical_sample_id Performance Asc physical_sample_id

Relationships