Database – Transaction Child Entity (transaction_child_entity)
Description
Common Uses
Table Fields
Column | Data Type | Column Info | Value Notes |
id | int(11) | ||
entity_type | char(100) | ||
entity_id | int(11) | ||
child_entity_id | int(11) | ||
loan_child_id | int(11) | ||
amount | decimal(11,2) | ||
transaction_enrollment | tinyint(11) | ||
transaction_percentage | decimal(9,6) | ||
lastUpdated | timestamp | ||
deleted | tinyint(1) |