credit_report_queue - Credit Report Queue
This holds a queue for reports being generated to send to credit bureaus.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
status | varchar(45) | Status code of the entity | ||
time_queue | timestamp | Time report was queued | ||
time_completed | timestamp | Time report was completed | ||
queued_by | varchar(100) | The agent user that created the report | ||
info | varchar(255) | Extra information about an entity instance | ||
file_name | varchar(50) | Name of the file being imported | ||
file_link | varchar(255) | The link to the generated file | ||
rule | text | Associated Clojure Rule used in entity evaluation | ||
closed_date_restriction | int(11) | Number of days back in time to use | ||
lastUpdated | timestamp | |||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no |