HierarchicalJobCategory_MPTT


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null
HierarchicalJobCategory_MPTT.parentId HierarchicalJobCategory_MPTT_parentId_fkey R
HierarchicalJobCategories.id HierarchicalJobCategory_MPTT_id_fkey R
parentId uuid 2147483647 null
HierarchicalJobCategory_MPTT.id HierarchicalJobCategory_MPTT_parentId_fkey R
lhs int4 10 null
rhs int4 10 null
createdAt timestamptz 35,6 now()
updatedAt timestamptz 35,6 now()
level int4 10 null

Indexes

Constraint Name Type Sort Column(s)
HierarchicalJobCategory_MPTT_pkey Primary key Asc id
hierarchical_job_category__m_p_t_t_lhs Performance Asc lhs
hierarchical_job_category__m_p_t_t_parent_id Performance Asc parentId
hierarchical_job_category__m_p_t_t_rhs Performance Asc rhs

Relationships