server-webapi-code-06-06-google-monitor.sql / sql
CREATE TABLE `06_google_monitor` ( `query` varchar(25) NOT NULL default '', `allowance` int(11) NOT NULL default '0' ) TYPE=MyISAM; CREATE TABLE `06_google_monitor_results` ( `query` varchar(25) NOT NULL default '', `placement` int(11) NOT NULL default '0', `timestamp` timestamp(14) NOT NULL ) TYPE=MyISAM;
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.