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