Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null | Primary key. | |||||||
| admin_id | int4 | 10 | √ | null |
| Id of the admin the record belongs to. | |||||
| admin_name | varchar | 255 | √ | null | Admin name. | ||||||
| company_id | int4 | 10 | √ | null |
| Id of the company the record belongs to. | |||||
| created_at | timestamp | 29,6 | √ | null | Date the record was created. | ||||||
| event | varchar | 255 | √ | null | Requisition activity event kind - one of (‘requisition_archived’, ‘requisition_created’, ‘requisition_deleted’, ‘requisition_retrieved’, ‘requisition_status_changed’). | ||||||
| requisition_id | int4 | 10 | √ | null |
| Id of the requisition the record belongs to. | |||||
| requisition_status | varchar | 255 | √ | null | Requisition status. | ||||||
| requisition_title | varchar | 255 | √ | null | Requisition title. | ||||||
| updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |