extractor_wizard_bucket_option
Stores bucket options for wizard bucket requests
Primary Key:Foreign Keys:extractor_wizard_bucket_request_id=>extractor_wizard_bucket_request.extractor_wizard_bucket_request_idnext_extractor_wizard_step_id=>extractor_wizard_step.extractor_wizard_step_id
extractor_wizard_bucket_option_index_uq(Unique) -extractor_wizard_bucket_request_id,bucket_option_indexextractor_wizard_bucket_option_next_extractor_wizard_step_idx-next_extractor_wizard_step_id
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
extractor_wizard_bucket_request_id | bigint | No | Yes | The bucket request the bucket option belongs to Generated through expression: |
bucket_option_index | integer | No | Yes | Defines the order of bucket options for a bucket request Generated through expression: |
title | text | No | No | Display title for the bucket option Generated through expression: |
help_text | text | No | No | Helper text for the bucket option Generated through expression: |
next_extractor_wizard_step_id | bigint | No | Yes | Next wizard step to run after the bucket option is selected Generated through expression: |
name | text | No | No | Name for the bucket option Generated through expression: |