Database – Loan Portfolio Relations (loan__portfolio)
Description
Provides a many-to-many relationship between portfolios and loans.
Column | Data Type | Column Info | Value Notes | Other |
loan_id | int(11) | The id of the associated loan account | ||
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(4) | Whether or not the entity was deleted | 1 - yes, 0 - no |