Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| hierarchicalJobCategoryId | uuid | 2147483647 | null |
|
|
Foreign key to HierarchicalJobCategory |
|||||
| min | int4 | 10 | null |
|
|
Minimum salary |
|||||
| max | int4 | 10 | null |
|
|
Maximum salary |
|||||
| currencyCode | varchar | 255 | null |
|
|
ISO 4217 currency code that salary is in |
|||||
| countryCode | varchar | 255 | null |
|
|
Country Code of country that this job is in |
|||||
| createdAt | timestamptz | 35,6 | now() |
|
|
||||||
| updatedAt | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| SuggestedSalaries_pkey | Primary key | Asc/Asc/Asc | hierarchicalJobCategoryId + countryCode + currencyCode |

