Context Temp Table Schema (context_temp)


Description

Used by build_context_path() in upgrade and cron to keep context depths and paths in sync.

context_temp table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null

This id isn't autonumeric/sequence. It's the context->id

path VARCHAR 255
depth TINYINT 3 null

Table contained -1 rows

context_temp table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id