Database – Rules Applied Bankruptcy (loan__rule_applied_bankruptcy)
Description
The bankruptcy rules applied specifically lets you update the active bankruptcy on an account when the rules that you set up here evaluate to true.
Common Uses
Table Fields
Column | Data Type | Column Info | Value Notes |
loan_id | int(11) | The ID of the associated loan. | |
rule_applied_bankruptcy_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 |
deleted | tinyint(1) | Determines if the rule applied has been deleted or not. | 1 - yes, 0 - no |
lastUpdated | timestamp | Specifies when the rule applied was last updated. |