Table | cm_vetting_requests |
|---|---|
Description | Per-CO Vetting Requests |
Column | Format | Description | Definition | Comments |
|---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | |
co_person_id | integer, foreign key | CO Person ID | cm_co_people:id | |
| vetting_step_id | integer, foreign key | Vetting Step ID | cm_vetting_steps:id | When the Vetting Request is in a pending status, the current step |
co_job_id | integer, foreign key | CO Job ID | cm_co_jobs:id | When the Vetting Request is queued for processing, the CO Job that is queued to process it |
| status | varchar(2) | Status |
|