Versions Compared

Key

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

...

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

...