Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int8 | 19 | √ | null |
|
|
|||||||||||
| variable_id | int8 | 19 | null |
|
|
||||||||||||
| variable_type_id | int4 | 10 | null |
|
|
||||||||||||
| position | int4 | 10 | null |
|
|
||||||||||||
| name | text | 2147483647 | null |
|
|
||||||||||||
| description | text | 2147483647 | √ | null |
|
|
|||||||||||
| rendered_text | text | 2147483647 | √ | null |
|
|
What text should be rendered in the document when this option is selected. Null if the option’s name should be rendered. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| variable_select_options_pkey | Primary key | Asc | id |
| variable_select_options_id_variable_id_key | Must be unique | Asc/Asc | id + variable_id |