CREATE TABLE `web_counter` ( `ct_no` int(11) NOT NULL auto_increment, `ct_yyyy` int(4) NOT NULL default '0', `ct_mm` int(2) NOT NULL default '0', `ct_dd` int(2) NOT NULL default '0', `ct_ip` varchar(15) NOT NULL default '', `ct_count` int(2) NOT NULL default '0', `ct_time` int(20) NOT NULL default '0', PRIMARY KEY (`ct_no`) ) ; # # dump ตาราง `web_counter` #