psa.SitePagesStat
Overview
Column Descriptions
date –
hits –
1 2 3 4 5 | CREATE TABLE `SitePagesStat` ( `date` date NOT NULL, `hits` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`date`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
Related documentation
February 8th, 2013 in
Uncategorized