Database table stat
Usage
The table stat contains statistic entries.
Statistics are clientwide ressources.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idstat | int(11) | Primary key (auto increment) |
idcatart | int(11) | Foreign key to table cat_art |
idlang | int(11) | Foreign key to table lang |
idclient | int(11) | Foreign key to table clients |
visited | int(6) | Count of hits |
visitdate | varchar(14) | Visit date |
Generic DB information
ItemCollection | Item |
---|---|
cApiStatCollection | cApiStat |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.