Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
analysis_boolean_value_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
analysis_value_id | int8 | 19 |
|
|
Identifies the specific analysis value associated with this data. |
|||||
qualifier | text | 2147483647 | √ |
|
|
Additional information qualifying the value. |
||||
value | bool | 1 | √ |
|
|
The boolean value (e.g., true/false or 1/0). |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_analysis_boolean_values_pkey | Primary key | Asc | analysis_boolean_value_id |
tbl_analysis_boolean_values_analysis_value_id_key | Must be unique | Asc | analysis_value_id |