Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
|||||
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||
questionId | uuid | 2147483647 | null |
|
|
Foreign key relating back to the parent question |
||||
correct | bool | 1 | false |
|
|
If this choice is the correct answer |
||||
points | int4 | 10 | √ | null |
|
|
How many points this choice (if any) is worth |
|||
value | text | 2147483647 | √ | null |
|
|
The answer content body |
|||
order | int4 | 10 | √ | null |
|
|
Order index of the Question Choice |
|||
deleted | bool | 1 | false |
|
|
|||||
response | text | 2147483647 | √ | null |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
questionChoices_pkey | Primary key | Asc | id |
questionChoices_questionId_idx | Performance | Asc | questionId |