Database – Preconfigured Loan Portfolio Relation (preconfigured_loan__portfolio)
Description
Provides a many-to-many mapping between preconfigured loans and portfolios, allowing 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 | ||
portfolio_id | int(11) | Associated portfolio id | ||
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 |