Database – Loan Child Entity (loan_child__entity)
Description
This table holds information for loans that have child relationships to other loans.
Column |
Data Type |
Column Info |
Value Notes |
id |
int(11) |
The ID or identifier of the specific child entity. |
|
loan_id |
int(11) |
The ID of the associated loan. |
|
child_id |
int(11) |
The ID of the specific child. |
|
transaction_enrollment |
tinyint(11) |
||
transaction_percentage |
decimal(9,6) |
The percentage of transactions assigned to the child. |
|
lastUpdated |
timestamp |
Specifies when the child entity was last updated. |
|
deleted |
tinyint(1) |
Determines if the entity has been deleted or not. |
1 - yes, 0 - no |