Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | √ | null |
|
|
||||
| required | bool | 1 | √ | false |
|
|
||||
| id_dd_question_type | int2 | 5 | null |
|
|
|||||
| title | text | 2147483647 | √ | null |
|
|
||||
| description | text | 2147483647 | √ | null |
|
|
||||
| order | int2 | 5 | √ | null |
|
|
||||
| options | jsonb | 2147483647 | √ | null |
|
|
||||
| id_dd_node_type | int2 | 5 | null |
|
|
|||||
| id_node | int8 | 19 | null |
|
|
|||||
| validation | jsonb | 2147483647 | √ | null |
|
|
||||
| uuid | uuid | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| question_pk | Primary key | Asc | id |