/*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qs_Testimonial` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `address` varchar(255) NOT NULL, `testimonial` text NOT NULL, `show` enum('y','n') 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_Testimonial` (`id`, `name`, `address`, `testimonial`, `show`, `sorter`, `added`, `changed`) VALUES (1,'Andrew Backham','Indigo Industries, London','I have been extremely pleased with the quality design and innovative functions of my website. ','y',2,'2010-11-18 08:46:25','2011-11-21 10:56:22'),(2,'Melissa Nelson','IBM Inc., New York ','The team at Frontier Web Development provided me with excellent quality and service on my recent web site project. I am continually impressed with their level of professionalism and expertise in their field as my web site evolves. My web site turned out beautiful and functional. Best of all, implementing this new tool in my business is saving me time and building rapport with all my clients and team members. Thanks for making me look so good!!!','y',1,'2010-11-18 08:46:42','2011-11-21 10:56:21'),(3,'John Irvin','Minneapolis','Frontier Web Development delivers excellent service at very fair rates. Our new website looks fantastic, helps our staff work more efficiently, and our members love it. Thanks Frontier!','y',0,'2010-11-18 08:47:00','2011-11-21 10:51:21');