Database – Wizard Step Entity (wizard_step_entity)
Shows information regarding Wizard Steps.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The ID of the specific wizard step | ||
name | char(100) | The name of the wizard step | ||
type | char(50) | The type of the wizard step | ||
checklist | text | Information regarding the checklist configuration of the step | ||
instructions | text | Instructions associated with the specific wizard step | ||
video | text | Name of the video associated with the wizard step | ||
wizard_id | int(11) | The ID of the wizard associated with the wizard step | ||
sequence | int(11) | The sequence of the step within the wizard | ||
lastUpdated | timestamp | Timestamp of when the step was last updated | ||
deleted | int(1) | Whether or not the entity was deleted |