Database – Loan Chargeoff Entity (loan_chargeoff_entity)
Holds charge-off information for a loan.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
entity_id | int(11) | ID of the associated entity | ||
entity_type | varchar(100) | Type of the associated entity | ||
payment_id | int(11) | Associated payment id | ||
credit_id | int(11) | Associated credit id | ||
lastUpdated | timestamp | timestamp of when the entity was last updated | ||
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 |