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 name | Field specification | Comment / Explanation |
---|---|---|
idlog | int(10) | Primary key (auto increment) |
user_id | varchar(32) | Foreign key to table user |
idclient | int(10) | Foreign key to table client |
idlang | int(10) | Foreign key to table lang |
idaction | int(10) | Foreign key to table actions |
idcatart | int(10) | Foreign key to table cat_art |
logtimestamp | datetime | Timestamp of the logged action |
Generic DB information
ItemCollection | Item |
---|---|
cApiActionLogCollection | cApiActionLog |
Past changes to this table
There were no changes made in past versions of CONTENIDO to this table.