Database – Holding Account Transaction Category (holding_account_transaction_category_entity)
Description
Holds category information for holding account transactions. Allows organizing transactions by category.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
category_name | varchar(255) | Transaction category | ||
transaction_type | enum | Transaction type |
| |
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 |