Database table actionlog

Usage

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

Generic DB information

ItemCollectionItem
cApiActionLogCollectioncApiActionLog

Previous changes of this table

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