Database – Rules Applied Autopay (loan__rule_applied_autopay)
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 or identifier 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 was last updated. | |
deleted | tinyint(1) | Specifies if the rule applied was deleted. | 1 - yes, 0 - no |