Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
sample_note_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
physical_sample_id | int4 | 10 |
|
|
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 |