/*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qs_Tool` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `added` datetime NOT NULL, `changed` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=132 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; INSERT INTO `qs_Tool` (`id`, `name`, `added`, `changed`) VALUES (124,'testM2','2012-12-07 12:11:07','2012-12-07 12:11:07'),(131,'testM1','2012-12-07 12:53:50','2012-12-07 12:53:50'),(118,'testOne','2012-11-27 18:24:32','2012-11-27 18:24:32');