Columns
| Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| analysis_entity_id | int8 | 19 | √ |
|
|
Primary key (automatically incremented). |
|||||||||||||||||||||||||||||||
| physical_sample_id | int4 | 10 | √ |
|
|
Identifies the specific physical sample. |
|||||||||||||||||||||||||||||||
| dataset_id | int4 | 10 | √ |
|
|
Specifies the dataset the analysis entity belongs to. |
|||||||||||||||||||||||||||||||
| date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_analysis_entities_pkey | Primary key | Asc | analysis_entity_id |
| idx_analysis_entities_dataset_id | Performance | Asc | dataset_id |
| idx_analysis_entities_physical_sample_id | Performance | Asc | physical_sample_id |

