Database – Payment Sub Portfolio Relations (payment__sub_portfolio)
Description
Holds a many-to-many mapping between payments and sub-portfolios.
Column | Data Type | Column Info | Value Notes | Other |
payment_id | int(11) | associated payment id | ||
sub_portfolio_id | int(11) | associated sub 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 |