Database – Rule applied Stop Interest - Loan Relations (loan__rule_applied_stop_interest)
Description
Provides a many-to-many relationship between loans and stop interest rules applied
Column | Data Type | Column Info | Value Notes | Other |
loan_id | int(11) | The id of the associated loan account | ||
rule_applied_stop_interest_id | int(11) | ID of associated rules applied stop interest entity | ||
enabled | tinyint(1) | Whether or not is enabled | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
lastUpdated | timestamp | Timestamp of when the entity was last updated |