questions


Description

Available questions

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null
questionChoices.questionId questionChoices_questionId_fkeyC
quizAttemptResponses.questionId quizAttemptResponses_questionId_fkeyC

Unique Identifier of the Question

body varchar 2048 null

Question content body

companyId uuid 2147483647 null
companies.id questions_companyId_fkeyC

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

Relationships