Versions Compared

Key

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

...

The table actionlog contains all executed action Actions in backend.

Every time a user in backend clicks on a link, there is another entry added to this table. The data is used for the action log display.

Actionlog is a systemwide ressources.

Table structure

Field nameField specificationComment / Explanation
idlogint(11) Primary key (auto increment)
user_idvarchar(32)Foreign key to table user
idclientint(11)Foreign key to table client
idlangint(11)Foreign key to table lang
idactionint(11)Foreign key to table actions
idcatartint(11)Foreign key to table cat_art
logtimestampdatetimeTimestamp of the logged action

...