/*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qs_PostCategory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `sorter` int(11) NOT NULL DEFAULT '0', `added` datetime NOT NULL, `changed` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; INSERT INTO `qs_PostCategory` (`id`, `title`, `sorter`, `added`, `changed`) VALUES (1,'Uncategorized',4,'0000-00-00 00:00:00','2012-02-29 16:15:46'),(5,'Commercial Properties',2,'0000-00-00 00:00:00','2012-02-29 16:15:46'),(6,'Insurance',0,'0000-00-00 00:00:00','2012-02-29 16:15:46'),(7,'Auto Parts',1,'0000-00-00 00:00:00','2012-02-29 16:15:46'),(8,'Procter & Gamble',3,'0000-00-00 00:00:00','2012-02-29 16:15:46');