Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
||||||||||||||||||
| slug | text | 2147483647 | ''::text |
|
|
||||||||||||||||||
| name | text | 2147483647 | ''::text |
|
|
||||||||||||||||||
| country_code | varchar | 255 | √ | null |
|
|
|||||||||||||||||
| years_of_experiences | _text | 2147483647 | √ | ARRAY[]::text[] |
|
|
|||||||||||||||||
| is_remote | bool | 1 | √ | null |
|
|
|||||||||||||||||
| created_at | timestamptz | 35,6 | now() |
|
|
||||||||||||||||||
| updated_at | timestamptz | 35,6 | now() |
|
|
||||||||||||||||||
| job_types | _text | 2147483647 | √ | ARRAY[]::text[] |
|
|
|||||||||||||||||
| keyword | text | 2147483647 | √ | ''::text |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| SeoCustomSlugPages_pkey | Primary key | Asc | id |
| growth_SeoCustomSlugPages_country_code_idx | Performance | Asc | country_code |
| SeoCustomSlugPagesSlug_unique | Must be unique | Asc | slug |

