Database table actions

Usage

The table actions contains all Actions of the backend.

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

Actions are systemwide ressources.

Table structure

Field nameField specificationComment / Explanation
idactionint(11) Primary key (auto increment)
idareaint(11)Foreign key to table area
alt_namevarchar(255)Unused.
namevarchar(255)(Internal) Name of the action
codetextUnused.
locationvarchar(255)Unused.
relevanttinyint(1)Flag for permission checks

Generic DB information

ItemCollectionItem
cApiActionCollectioncApiAction

Previous changes of this table

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