escrow_analysis_process_entity - Escrow Analysis Process
Holds information about current and past escrow analysis processes.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
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 | ||
escrow_subset_id | int(11) | Escrow subset id | ||
completed | tinyint(1) | Whether or not has been completed | 1 - yes, 0 - no | |
completed_date | datetime | When the task completed | ||
last_updated | datetime | Timestamp of when the entity was last updated | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no |