CREATE TABLE `history` ( `uid` int(11) NOT NULL DEFAULT '0', `nid` int(11) NOT NULL DEFAULT '0', `timestamp` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`uid`,`nid`) ) ENGINE=InnoDB;