Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| variable_id | int8 | 19 | null |
|
|
||||||||||||
| variable_type_id | int4 | 10 | null |
|
|
||||||||||||
| is_multiple | bool | 1 | null |
|
|
If true, allow multiple options to be selected. The list of selected options is considered a single value; do not set |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| variable_selects_pkey | Primary key | Asc | variable_id |
| variable_selects_variable_id_variable_type_id_key | Must be unique | Asc/Asc | variable_id + variable_type_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| variable_selects_variable_type_id_check | (variable_type_id = 5) |