Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The table area contains all area 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

...