Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dimension_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
|||||||||||||||||||
date_updated | timestamptz | 35,6 | √ |
|
|
||||||||||||||||||||
dimension_abbrev | varchar(40) | 40 | √ |
|
|
Abbreviation for the dimension type. |
|||||||||||||||||||
dimension_description | text | 2147483647 | √ |
|
|
Detailed description of the dimension. |
|||||||||||||||||||
dimension_name | varchar(50) | 50 |
|
|
Name of the dimension type. |
||||||||||||||||||||
unit_id | int4 | 10 | √ |
|
|
Specifies the unit of measurement used for the dimension. |
|||||||||||||||||||
method_group_id | int4 | 10 | √ |
|
|
Specifies the method group, limiting dimension application by group (e.g., size measurements, coordinate systems). |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_dimensions_pkey | Primary key | Asc | dimension_id |