advance_category_entity - Advancement Category Entity
This holds category information for advancements on a loan. This allows classification of advancements upon application. Only active, non-deleted categories can be used when applying an advancement. If a category is deleted or inactivated, the record is not removed to prevent breaking of references by existing advancements.
Column | Data Type | Column Info | Value Notes | Other |
id | INT(11) | The id of the entity | ||
title | VARCHAR(255) | The name/title of the entity instance | ||
active | TINYINT(1) | Whether or not the entity is active | 1 - yes, 0 - no | |
deleted | TINYINT(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
created | TIMESTAMP | Timestamp of when the entity was created | ||
lastUpdated | TIMESTAMP | Timestamp of when the entity was last updated |