Wiki Locks Table Schema (wiki_locks)


Description

Manages page locks

wiki_locks table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
pageid BIGINT 19 0
page.id Implied Constraint R

Locked page

sectionname VARCHAR 255 null

locked page section

userid BIGINT 19 0
user.id Implied Constraint R

Locking user

lockedat BIGINT 19 0

timestamp

Table contained -1 rows

wiki_locks table indexes

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

wiki_locks table relationships