Database – Holding Account Settings Entity (holding_account_settings_entity)
Description
Holds setting information for holding accounts.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
account_id | int(11) | Holding account ID | ||
account_type | char(64) | Holding account type | ||
status_id | int(11) | Holding account status id | ||
sub_status_id | int(11) | Holding account sub status id | ||
active | tinyint(1) | Whether or not the entity is active | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
lastUpdated | timestamp | Timestamp of when the entity was last updated |