adminpresets_plug

0 rows


Description

Admin presets plugins status, to store information about whether they are enabled or not

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
adminpresetid BIGINT 19 null
plugin VARCHAR 100 null
name VARCHAR 100
enabled SMALLINT 5 0

Whether this plugins is currently enabled.

Indexes

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