Database – Preconfigured Loan and Sub-portfolio Relation (preconfigured_loan__sub_portfolio)
Description
Provides a many-to-many mapping between preconfigured loans and sub-portfolios, allowing sub-portfolios to be used with preconfigured loans.
Column | Data Type | Column Info | Value Notes | Other |
preconfigured_setting_id | int(11) | Associated preconfigured loan setting id | ||
sub_portfolio_id | int(11) | ID of associated sub portfilio | ||
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no |