Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
sample_group_reference_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
biblio_id | int4 | 10 |
|
|
Specifies the publication that describes or mentions the sample group. |
|||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
sample_group_id | int4 | 10 | √ |
|
|
Identifies the specific sample group. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_sample_group_references_pkey | Primary key | Asc | sample_group_reference_id |
idx_biblio_id | Performance | Asc | biblio_id |
idx_sample_group_id | Performance | Asc | sample_group_id |