Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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.

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.

  • No labels