Columns
| Column | Type | Size | Nulls | Auto | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| value_class_id | int4 | 10 |
|
|
Primary key (automatically incremented). |
||||||||
| value_type_id | int4 | 10 |
|
|
Identifies the type of value associated with the class. |
||||||||
| method_id | int4 | 10 |
|
|
Links to the method associated with the value class. |
||||||||
| parent_id | int4 | 10 | √ |
|
|
References a parent value class for hierarchical structuring. |
|||||||
| name | varchar(80) | 80 |
|
|
The name of the value class. |
||||||||
| description | text | 2147483647 |
|
|
Provides details about the value class. |
||||||||
| value_class_uuid | uuid | 2147483647 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_value_classes_pkey | Primary key | Asc | value_class_id |

