Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| hierarchicalJobCategoryId | uuid | 2147483647 | null |
|
|
||||||
| countryCode | varchar | 100 | null |
|
|
Country Code of country that these suggested job values apply to |
|||||
| educationLevel | enum_EducationLevel_type | 2147483647 | null |
|
|
||||||
| minYearsOfExperience | int4 | 10 | null |
|
|
||||||
| maxYearsOfExperience | int4 | 10 | null |
|
|
||||||
| createdAt | timestamptz | 35,6 | now() |
|
|
||||||
| updatedAt | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| SuggestedJobValuesByCategory_pkey | Primary key | Asc/Asc | hierarchicalJobCategoryId + countryCode |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| SuggestedJobValuesByCategory_minYearsOfExperience_check | ((("minYearsOfExperience" >= 0) AND ("minYearsOfExperience" <= 50))) |
| SuggestedJobValuesByCategory_maxYearsOfExperience_check | ((("maxYearsOfExperience" >= 0) AND ("maxYearsOfExperience" <= 50))) |
| SuggestedJobValuesByCategory_check_experience_range | (("minYearsOfExperience" < "maxYearsOfExperience")) |

