Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
analysis_value_dimension_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
analysis_value_id | int8 | 19 |
|
|
Identifies the specific analysis value associated with this data. |
|||||
dimension_id | int4 | 10 |
|
|
Specifies the specific dimension being measured (e.g., length, width, height).. |
|||||
value | numeric(20,10) | 20,10 |
|
|
The value of specified dimension. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_analysis_value_dimensions_pkey | Primary key | Asc | analysis_value_dimension_id |