Database – Credit Report History (credit_report_history)
Description
This holds records concerning generated reports to send to credit bureaus.
Table Fields
Field | Data Type | Column Info | Value Notes |
id | int(11) | The id of the entity | |
entity_type | varchar(100) | The type of entity | Default is set to Entity.Loan |
time_completed | timestamp | Time report was completed | |
archive_password | varchar(255) | Password for decrypting archive | |
created_by | varchar(100) | ID of agent user that created the entity | |
ip | varchar(46) | IP Address | |
file_name | varchar(50) | Name of the file being imported | |
file_size | varchar(15) | The size of the generated file | |
file_link | varchar(255) | The link to the generated file | |
lastUpdated | timestamp | Time of last update. | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no |