Columns
| Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|
| physical_sample_feature_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
| date_updated | timestamptz | 35,6 | √ |
|
|
|||||
| feature_id | int4 | 10 |
|
|
Specifies the unique identifier of a feature. |
|||||
| physical_sample_id | int4 | 10 |
|
|
Identifies the specific physical sample. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_physical_sample_features_pkey | Primary key | Asc | physical_sample_feature_id |
| idx_physical_sample_features_feature_id | Performance | Asc | feature_id |
| idx_physical_sample_features_physical_sample_id | Performance | Asc | physical_sample_id |
| idx_tbl_physical_sample_features_feature_id | Performance | Asc | feature_id |

