Locks, used to prevent multiple calls (on route and per user for instance) while previous call is not finished

Show:

ID_LOCK

Int(11)

Unique identifier.

LOCK_CREATED_AT

Timestamp

Creation datetime of the lock

LOCK_EXPIRES

Timestamp

Lifespan of the lock

LOCK_EXTRA_DATA

Longtext

Extra data regarding lock creation

LOCK_ROUTE

Varchar(512)

Route concerned by the lock


Default: NULL

LOCK_USER

Int(11)

TAB_USER.ID_USER.

User concerned by the lock


Default: NULL