Database – Loan Rule Applied (loan__rule_applied)
Loan Rule Applied
Column | Data Type | Column Info | Value Note | Other |
loan_id | int(11) | The ID for the loan linked to this table | unsigned not null | |
rule_applied_id | int(11) | The ID for the rule linked to this table | unsigned not null | |
enabled | tinyint(1) | Whether the rule is enabled on the loan | Yes - 1; No - (default) | |
deleted | tinyint(1) | Whether the rule has been deleted | Yes - 1; No - (default) |