Database – Wizards (wizard_entity)
Shows information regarding Process Wizards.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The ID of the wizard entity | ||
title | char(100) | Title of the wizard | ||
description | varchar(300) | Description of the wizard | ||
qualification_rule | text | Rule that dictates if a loan qualifies for the wizard | ||
category_id | int(11) | The ID of the category associated with the wizard | ||
role_id | int(11) | The ID of the role associated with the wizard | ||
active | int(1) | Whether or not the wizard is active | ||
lastUpdated | timestamp | Timestamp of when the wizard was last updated | ||
deleted | int(1) | Whether or not the wizard was deleted |