Database – Wizard Step Video (wizard_step_video)
Shows information regarding Wizard Step Videos.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The ID or identifier of the wizard video. | ||
wizard_step_id | int(11) | The ID of the associated wizard step. | ||
identifier | varchar(50) | |||
file_name | varchar(255) | The name of the video file in LoanPro | ||
original_file_name | varchar(255) | The original name of the video file. | ||
file_size | int(11) | The byte size of the video file. | ||
file_mime | varchar(255) | The mime type of the video file (e.g. mpeg4). | ||
uploaded | int(1) | Specifies if the video file has been uploaded or not. | ||
lastUpdated | timestamp | The date the video file was last updated. | ||
marked_for_deletion | int(1) | Specifies if the video file is marked to be deleted. | ||
deleted | int(1) | Determines if the video file is deleted or not. |