Database – Investment Sub Portfolio Relation (investment__sub_portfolio)
Description
Provides a many-to-many mapping between investments and sub-portfolios.
Column | Data Type | Column Info | Value Notes | Other |
investment_id | int(11) | Associated investment 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(4) | Whether or not the entity was deleted | 1 - yes, 0 - no |