extractor_wizard_version
Versioned extractor wizard
Primary Key:Foreign Keys:created_by=>login.login_idextractor_wizard_id=>extractor_wizard.extractor_wizard_id
extractor_wizard_version_created_by_idx-created_byextractor_wizard_version_extractor_wizard_id_idx-extractor_wizard_id
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
extractor_wizard_version_id | bigint | No | Yes | Snowflake ID for this version |
extractor_wizard_id | bigint | No | Yes | Link to the wizard identity row |
created_by | bigint | No | Yes | Snowflake ID of the login that created this version |
created_at | timestamp with time zone | No | No | When this version was created |