/*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qs_DContactReason` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(150) NOT NULL, `sorter` int(11) NOT NULL, `added` datetime NOT NULL, `changed` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; INSERT INTO `qs_DContactReason` (`id`, `title`, `sorter`, `added`, `changed`) VALUES (1,'Appointment',1,'2010-11-18 00:00:00','2011-08-26 15:57:32'),(2,'Product Information',2,'2010-11-18 00:00:00','2010-11-18 00:00:00'),(3,'Investor Inquiries',3,'2010-11-18 00:00:00','2010-11-30 09:29:01'),(4,'Other',4,'2010-11-18 00:00:00','2010-11-18 00:00:00');