Database table area

Usage

The table area contains all Areas of the backend.

Basically, data of this table should not be changed, because it could affect the behaviour of the backend.

Areas are systemwide ressources.

Table structure

Field nameField specificationComment / Explanation
idareaint(11) Primary key (auto increment)
parent_idint(11)Foreign key to this table for parents reference
namevarchar(255)(Internal) Name of the area
relevanttinyint(1)Flag for permission checks
onlinetinyint(1)Flag whether the area is active or not
menulesstinyint(1)Flag if page of the area is menuless or not

Generic DB information

ItemCollectionItem
cApiAreaCollectioncApiArea

Previous changes of this table

This table was not changed since the final release of CONTENIDO 4.9.