tbl_analysis_notes

0 rows


Description

Storage for notes associated to an analysis value.

Columns

Column Type Size Nulls Auto Children Parents Comments
analysis_note_id int8 19

Primary key (automatically incremented).

analysis_value_id int8 19
tbl_analysis_values.analysis_value_id tbl_analysis_notes_analysis_value_id_fkey R

Identifies the specific analysis value associated with this data.

value text 2147483647

The actal note.

Indexes

Constraint Name Type Sort Column(s)
tbl_analysis_notes_pkey Primary key Asc analysis_note_id

Relationships