Database – Loan Modification Info (loan_modification_entity)
Description
Holds modification 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 | ||
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
date | date | Modification date | ||
parent | int(11) | Parent modification | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no |