Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
sample_horizon_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
horizon_id | int4 | 10 |
|
|
Specifies the horizon details. |
|||||
physical_sample_id | int4 | 10 |
|
|
Identifies the specific physical sample. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_sample_horizons_pkey | Primary key | Asc | sample_horizon_id |
idx_sample_horizons_horizon_id | Performance | Asc | horizon_id |
idx_sample_horizons_physical_sample_id | Performance | Asc | physical_sample_id |