SeoJobCategoryTextualContents


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
job_category_id int4 10 null
JobCategories.id SeoJobCategoryTextualContents_job_category_id_fkey R
textual_content_id uuid 2147483647 null
SeoTextualContents.id SeoJobCategoryTextualContents_textual_content_id_fkey R
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()
hierarchical_job_category_id uuid 2147483647 null
HierarchicalJobCategories.id SeoJobCategoryTextualContents_hierarchical_job_category_id_fkey N

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

Relationships