Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | gen_random_uuid() |
|
|
||||||
| job_category_id | int4 | 10 | √ | null |
|
|
|||||
| textual_content_id | uuid | 2147483647 | null |
|
|
||||||
| created_at | timestamptz | 35,6 | now() |
|
|
||||||
| updated_at | timestamptz | 35,6 | now() |
|
|
||||||
| hierarchical_job_category_id | uuid | 2147483647 | √ | null |
|
|
Foreign Key to Hierarchical Job Category Table |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| SeoJobCategoryTextualContents_pkey | Primary key | Asc | id |
| growth_SeoJobCategoryTextualContents_job_category_id_idx | Performance | Asc | job_category_id |
| growth_SeoJobCategoryTextualContents_textual_content_id_idx | Performance | Asc | textual_content_id |
| SeoJobCategoryTextualContents_textual_content_id_key | Must be unique | Asc | textual_content_id |

