Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
qualifier_id | int4 | 10 |
|
|
Primary key (automatically incremented). |
|||||
symbol | text | 2147483647 |
|
|
The textual representation of the qualifier (e.g. ‘>’, ‘<’ etc.). |
|||||
description | text | 2147483647 |
|
|
Additional details about the qualifier. |
|||||
qualifier_uuid | uuid | 2147483647 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_value_qualifiers_pkey | Primary key | Asc | qualifier_id |
tbl_value_qualifiers_symbol_key | Must be unique | Asc | symbol |