Location_MPTT


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null
Location_MPTT.parentId Location_MPTT_parentId_fkey C
Locations.id Location_MPTT_id_fkey C
parentId uuid 2147483647 null
Location_MPTT.id Location_MPTT_parentId_fkey C
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)
Location_MPTT_pkey Primary key Asc id
location__m_p_t_t_lhs Performance Asc lhs
location__m_p_t_t_parent_id Performance Asc parentId
location__m_p_t_t_rhs Performance Asc rhs

Relationships