/*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `qs_DGiftCardStatus` ( `id` varchar(255) NOT NULL, `title` varchar(255) NOT NULL, `sorter` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; INSERT INTO `qs_DGiftCardStatus` (`id`, `title`, `sorter`) VALUES ('new','New',0),('send','Send',10),('redeemed','Redeemed',20);