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