Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
measured_value_dimension_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
|||||
dimension_id | int4 | 10 |
|
|
Specifies the specific dimension being measured (e.g., length, width, height).. |
|||||
dimension_value | numeric(18,10) | 18,10 |
|
|
The quantified value of the measured dimension. |
|||||
measured_value_id | int8 | 19 |
|
|
Specifies the measured value to which this dimension belongs. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_measured_value_dimensions_pkey | Primary key | Asc | measured_value_dimension_id |