CustomHiringManagerQuestionsConfigs


Columns

Column Type Size Nulls Auto Default Children Parents Comments
name varchar 255 null
ApplicationFormConfigByJobCategories.fifthQuestionReference ApplicationFormConfigByJobCategorie_fifthQuestionReference_fkey R
ApplicationFormConfigByJobCategories.firstQuestionReference ApplicationFormConfigByJobCategorie_firstQuestionReference_fkey R
ApplicationFormConfigByJobCategories.fourthQuestionReference ApplicationFormConfigByJobCategori_fourthQuestionReference_fkey R
ApplicationFormConfigByJobCategories.secondQuestionReference ApplicationFormConfigByJobCategori_secondQuestionReference_fkey R
ApplicationFormConfigByJobCategories.sixthQuestionReference ApplicationFormConfigByJobCategorie_sixthQuestionReference_fkey R
ApplicationFormConfigByJobCategories.thirdQuestionReference ApplicationFormConfigByJobCategorie_thirdQuestionReference_fkey R
ApplicationQuestionAnswers.QuestionName ApplicationQuestionAnswers_QuestionName_fkey R

Question name

fieldLabelLokaliseKey varchar 512 null

Lokalise key for question label translation

fieldLabel varchar 512 null

Question label (default English version)

fieldLabelInputFormat enum_ApplicationQuestionType 2147483647 null

UI type for displaying answer input

fieldResponseOptions jsonb 2147483647 null

Answer options for user to select if applicable. This should contains an array of choices

fieldResponseOptionsLokaliseKeys jsonb 2147483647 null

Lokalise key for answer options. This should contains an ordered array of translation key for answer choices

createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
CustomHiringManagerQuestionsConfig_pkey Primary key Asc name

Relationships