Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
analysis_entity_prep_method_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
analysis_entity_id | int8 | 19 |
|
|
Identifies the specific analysis entity associated with this record. |
|||||
method_id | int4 | 10 |
|
|
Specifies the preparation method related to the analysis entity. |
|||||
date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_analysis_entity_prep_methods_pkey | Primary key | Asc | analysis_entity_prep_method_id |
idx_analysis_entity_prep_methods_analysis_entity_id | Performance | Asc | analysis_entity_id |
idx_analysis_entity_prep_methods_method_id | Performance | Asc | method_id |