extractor_wizard_question_answer
Stores answers to wizard questions
Primary Key:Foreign Keys:next_extractor_wizard_step_id=>extractor_wizard_step.extractor_wizard_step_idextractor_wizard_question_id=>extractor_wizard_question.extractor_wizard_question_id
extractor_wizard_question_answer_next_extractor_wizard_step_idx-next_extractor_wizard_step_idextractor_wizard_question_answer_uq(Unique) -extractor_wizard_question_id,answer
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
extractor_wizard_question_id | bigint | No | Yes | The question the answer answers Generated through expression: |
answer_index | integer | No | Yes | Defines the order of answers for a question Generated through expression: |
answer | text | No | Yes | Display text for the answer Generated through expression: |
title | text | No | No | Display title for the answer Generated through expression: |
help_text | text | No | No | Help text for the answer Generated through expression: |
required | boolean | No | No | Whether the answer is required Generated through expression: |
next_extractor_wizard_step_id | bigint | No | Yes | Next wizard step to run after the answer is selected Generated through expression: |