Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
value_type_id | int4 | 10 |
|
|
Primary key (automatically incremented). |
||||||||
unit_id | int4 | 10 | √ |
|
|
Links to the associated unit of measurement. |
|||||||
data_type_id | int4 | 10 | √ |
|
|
SEAD data type the value type is associated to. |
|||||||
name | text | 2147483647 |
|
|
The name of the value type. |
||||||||
base_type | text | 2147483647 |
|
|
The fundamental data type (e.g., integer, text). |
||||||||
precision | int4 | 10 | √ |
|
|
Specifies the level of precision for numerical values. |
|||||||
description | text | 2147483647 |
|
|
Additional details about the value type. |
||||||||
value_type_uuid | uuid | 2147483647 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_value_types_pkey | Primary key | Asc | value_type_id |
tbl_value_types_name_key | Must be unique | Asc | name |