Database – Rules Applied Loan Setup (loan__rule_applied_loan_setup)
Description
Common Uses
Table Fields
Column | Data Type | Column Info | Value Notes |
loan_id | int(11) | The ID of the associated loan. | |
rule_applied_id | int(11) | The ID of the specific rule applied. | |
enabled | tinyint(1) | Specifies if the rule applied is enabled or not. | 1 - yes, 0 - no |
lastUpdated | timestamp | Specifies when the rule applied is last updated. | |
deleted | tinyint(1) | Determines if the rule applied is deleted or not. | 1 - yes, 0 - no |