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