Database – Flag Status Archive (flag_status_archive)
Description
An archive of various flag statuses that have been evaluated in the past for different entities.
Column | Data Type | Column Info | Value Notes | Other |
flag_id | int(11) | ID of associated flag | ||
date | date | Date of evaluation | ||
value | tinyint(1) | Linked loan value | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
entity_id | int(11) | ID of the associated entity | ||
entity_type | char(100) | Type of the associated entity | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |