Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | null | Primary key. | |||||||
| company_id | int4 | 10 | √ | null |
| Id of the company the record belongs to. | |||||
| created_at | timestamp | 29,6 | √ | null | Date the record was created. | ||||||
| field_id | int4 | 10 | √ | null |
| Id of the field the record belongs to. | |||||
| requisition_id | int4 | 10 | √ | null |
| Id of the requisition the record belongs to. | |||||
| type | Unknown | 0 | null | Dynamic field type. | |||||||
| updated_at | timestamp | 29,6 | √ | null | Date the record was updated. | ||||||
| value | varchar | 65535 | √ | null | Dynamic requisition field value. |