...
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 name | Field specification | Comment / Explanation |
---|---|---|
idarea | int(11) | Primary key (auto increment) |
parent_id | int(11) | Foreign key to this table for parents reference |
name | varchar(255) | (Internal) Name of the area |
relevant | tinyint(1) | Flag for permission checks |
online | tinyint(1) | Flag whether the area is active or not |
menuless | tinyint(1) | Flag if page of the area is menuless or not |
...