Database – Escrow Analysis Task Entity (escrow_analysis_task_entity)
Description
Holds information about current and past escrow analysis tasks.
Column | Data Type | Column Info | Value Notes | Other |
process_id | int(11) | ID of the escrow analysis process | ||
account_id | int(11) | ID of the account that the task is running on | ||
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
create_user | int(11) | ID of the user that created the entity | ||
completed | tinyint(1) | Whether or not the task is completed | 1 - yes, 0 - no | |
completed_date | datetime | When the task completed | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
result_updated | text |