Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the Question |
||||||
body | varchar | 2048 | √ | null |
|
|
Question content body |
|||||
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||||
createdAt | timestamp | 29,6 | √ | null |
|
|
The date and time the Question was created |
|||||
deleted | bool | 1 | false |
|
|
If the question has been deleted |
||||||
type | varchar | 255 | √ | null |
|
|
The Question type (multipleChoice, booleanChoice, etc.) |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
questions_pkey | Primary key | Asc | id |