Database – Loan Status Entity (loan_status_entity)
Description
Holds loan status information.
Column | Data Type | Column Info | Value Notes |
id | int(11) | The id of the status. | |
title | varchar(255) | The name of the loan status. | |
color | char(32) | The color for the status label in the Loan Manager. | |
active | tinyint(1) | Whether the status is active. | 1 - yes 0 - no |
deleted | tinyint(1) | Whether the status has been deleted. | 1 - yes 0 - no |
lastUpdated | timestamp | Timestamp of when the status was last updated. |