Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

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.

  • No labels