Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
coordinate_method_dimension_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
|||||||
dimension_id | int4 | 10 |
|
|
Specifies the specific dimension being measured (e.g., length, width, height).. |
||||||||
method_id | int4 | 10 |
|
|
Specifies the coordinate system method to which the dimension applies. |
||||||||
limit_upper | numeric(18,10) | 18,10 | √ |
|
|
Specifies the upper bound of the legal value range for the dimension, if applicable. |
|||||||
limit_lower | numeric(18,10) | 18,10 | √ |
|
|
Specifies the lower bound of the legal value range for the dimension, if applicable. |
|||||||
date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_coordinate_method_dimensions_pkey | Primary key | Asc | coordinate_method_dimension_id |