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. | ||||||
| currency | varchar | 255 | √ | null | Salary currency. | ||||||
| max | numeric | 18 | √ | null | Maximum salary for the requisition. | ||||||
| min | numeric | 18 | √ | null | Minimum salary for the requisition. | ||||||
| period | varchar | 255 | √ | null | Salary period - one of (‘hour’, ‘day’, ‘week’, ‘month’, ‘year’). | ||||||
| requisition_id | int4 | 10 | √ | null |
| Id of the requisition the record belongs to. | |||||
| updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |