psa.PleskPagesStat
Overview
Column Descriptions
date –
url –
hits –
1 2 3 4 5 6 | CREATE TABLE `PleskPagesStat` ( `date` date NOT NULL, `url` varchar(255) CHARACTER SET utf8 NOT NULL, `hits` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`date`,`url`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
Related documentation
January 17th, 2013 in
Uncategorized