0byt3m1n1
Path:
/
data
/
18
/
1
/
125
/
14
/
1614992
/
meta
/
1740551
/
mysql.backup
/
[
Home
]
File: ekartdb.mysqlcluster18.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster18 Database: ekartdb -- ------------------------------------------------------ -- Server version 5.6.48-88.0-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `admin_user` -- DROP TABLE IF EXISTS `admin_user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `admin_user` ( `id` int(5) NOT NULL AUTO_INCREMENT, `username` varchar(75) NOT NULL, `password` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `role` int(1) NOT NULL, `status` int(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `admin_user` -- LOCK TABLES `admin_user` WRITE; /*!40000 ALTER TABLE `admin_user` DISABLE KEYS */; INSERT INTO `admin_user` VALUES (1,'Administrator','admin','admin@gmail.com',1,1),(2,'Manager','manager','manager@gmail.com',2,1),(3,'Staff','staff','staff@gmail.com',3,1); /*!40000 ALTER TABLE `admin_user` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orders` -- DROP TABLE IF EXISTS `orders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `orders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `order_id` int(10) NOT NULL, `user` int(5) NOT NULL, `ProductID` int(50) NOT NULL, `Title` varchar(100) NOT NULL, `Price` decimal(10,0) NOT NULL, `Qty` int(2) NOT NULL, `date` datetime NOT NULL, `order_status` int(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `orders` -- LOCK TABLES `orders` WRITE; /*!40000 ALTER TABLE `orders` DISABLE KEYS */; INSERT INTO `orders` VALUES (1,1035101,1,12,'Peter England Blue Tshirt',2500,1,'2017-04-01 03:51:01',2),(2,1035101,1,17,'Adidas Blue Tshirt',499,3,'2017-04-01 03:51:01',2),(5,1114912,1,11,'Duke Black Tshirt',1000,1,'2017-04-01 11:49:12',2),(6,1165908,4,24,'Nike Red Tshirt',500,1,'2017-04-01 16:59:08',2),(7,1165908,4,21,'Puma White Tshirt',1000,1,'2017-04-01 16:59:08',2),(8,1170503,4,24,'Nike Red Tshirt',500,1,'2017-04-01 17:05:03',2),(9,1170503,4,21,'Puma White Tshirt',1000,1,'2017-04-01 17:05:03',2),(10,1170524,4,24,'Nike Red Tshirt',500,1,'2017-04-01 17:05:24',2),(11,1170524,4,21,'Puma White Tshirt',1000,1,'2017-04-01 17:05:24',2),(12,1170923,4,21,'Puma White Tshirt',1000,1,'2017-04-01 17:09:23',2),(13,1173302,4,17,'Adidas Blue Tshirt',400,1,'2017-04-01 17:33:02',2),(14,1173554,4,17,'Adidas Blue Tshirt',400,1,'2017-04-01 17:35:54',2),(15,1173815,4,17,'Adidas Blue Tshirt',400,1,'2017-04-01 17:38:15',2),(16,1173834,4,17,'Adidas Blue Tshirt',400,1,'2017-04-01 17:38:34',2),(17,1174014,4,17,'Adidas Blue Tshirt',400,1,'2017-04-01 17:40:14',2),(18,1174018,4,17,'Adidas Blue Tshirt',400,1,'2017-04-01 17:40:18',2),(19,1174305,4,24,'Nike Red Tshirt',500,1,'2017-04-01 17:43:05',2),(20,1174305,4,24,'Nike Red Tshirt',500,1,'2017-04-01 17:43:05',2),(21,1174831,4,12,'Peter England Blue Tshirt',2200,1,'2017-04-01 17:48:31',2),(22,1175002,4,17,'Adidas Blue Tshirt',400,1,'2017-04-01 17:50:02',2),(23,1175242,4,17,'Adidas Blue Tshirt',400,1,'2017-04-01 17:52:42',2),(24,1175312,4,21,'Puma White Tshirt',1000,1,'2017-04-01 17:53:12',2),(25,1182635,4,17,'Adidas Blue Tshirt',400,1,'2017-04-01 18:26:35',2),(26,1182823,4,17,'Adidas Blue Tshirt',400,1,'2017-04-01 18:28:23',2),(27,1233116,4,17,'Adidas Blue Tshirt',400,1,'2017-04-01 23:31:16',2),(28,1233116,4,2,'Adidas Red Tshirt',2000,1,'2017-04-01 23:31:16',2),(29,2184320,5,14,'Puma Green Tshirt',799,2,'2017-04-02 18:43:20',2),(30,2184429,5,12,'Peter England Blue Tshirt',2200,1,'2017-04-02 18:44:29',2),(31,2184429,5,21,'Puma White Tshirt',1000,1,'2017-04-02 18:44:29',2),(32,6211134,1,16,'Peter England Black Tshirt',1500,1,'2017-04-06 21:11:34',2),(33,6211134,1,12,'Peter England Blue Tshirt',2200,10,'2017-04-06 21:11:34',2),(34,6211134,1,3,'Nike Black Tshirt',699,1,'2017-04-06 21:11:34',2),(35,6211134,1,4,'Nike Purple Tshirt',1000,1,'2017-04-06 21:11:34',2),(36,6214812,1,12,'Peter England Blue Tshirt',2200,1,'2017-04-06 21:48:12',2),(37,6214812,1,17,'Adidas Blue Tshirt',400,1,'2017-04-06 21:48:12',2),(38,7000609,1,17,'Adidas Blue Tshirt',400,1,'2017-04-07 00:06:09',2),(39,7000609,1,22,'Duke YellowTshirt',1400,2,'2017-04-07 00:06:09',2),(40,7000659,1,17,'Adidas Blue Tshirt',400,1,'2017-04-07 00:06:59',2),(41,7000741,1,2,'Adidas Red Tshirt',2000,1,'2017-04-07 00:07:41',2),(42,7000803,1,12,'Peter England Blue Tshirt',2200,1,'2017-04-07 00:08:03',2),(43,7000832,1,17,'Adidas Blue Tshirt',400,1,'2017-04-07 00:08:32',2),(44,7000903,1,7,'Reebook Black Tshirt',1099,1,'2017-04-07 00:09:03',2); /*!40000 ALTER TABLE `orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_brands` -- DROP TABLE IF EXISTS `tbl_brands`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_brands` ( `id` int(11) NOT NULL AUTO_INCREMENT, `brand` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_brands` -- LOCK TABLES `tbl_brands` WRITE; /*!40000 ALTER TABLE `tbl_brands` DISABLE KEYS */; INSERT INTO `tbl_brands` VALUES (1,'DAIKIN'),(2,'VOLTAS'),(3,'SAMSUNG'),(4,'HITACHI'),(5,'MITSUBISHI ELECTRIC'),(6,'Panasonic'),(7,'LG'),(8,'Carrier'),(9,'BLUE STAR'); /*!40000 ALTER TABLE `tbl_brands` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_comments` -- DROP TABLE IF EXISTS `tbl_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_comments` ( `id` int(254) NOT NULL AUTO_INCREMENT, `ProductID` int(50) NOT NULL, `title` varchar(250) NOT NULL, `rate` int(1) NOT NULL, `comments` longtext NOT NULL, `byuser` int(30) NOT NULL, `date` datetime NOT NULL, `status` int(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_comments` -- LOCK TABLES `tbl_comments` WRITE; /*!40000 ALTER TABLE `tbl_comments` DISABLE KEYS */; INSERT INTO `tbl_comments` VALUES (37,5,'sfdasdsa',2,' sdf',1,'2017-04-06 19:35:06',1),(38,5,'ewr',2,' sdfs',1,'2017-04-06 19:36:32',1),(39,5,'ewr',2,' dsf',1,'2017-04-06 19:36:32',1),(43,4,'sad',2,'asda',1,'2017-04-06 19:51:56',1); /*!40000 ALTER TABLE `tbl_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_new` -- DROP TABLE IF EXISTS `tbl_new`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_new` ( `id` int(50) NOT NULL AUTO_INCREMENT, `ProductID` int(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_new` -- LOCK TABLES `tbl_new` WRITE; /*!40000 ALTER TABLE `tbl_new` DISABLE KEYS */; /*!40000 ALTER TABLE `tbl_new` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_productphotos` -- DROP TABLE IF EXISTS `tbl_productphotos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_productphotos` ( `id` int(11) NOT NULL AUTO_INCREMENT, `ProductID` int(11) NOT NULL, `photo` varchar(200) NOT NULL, `status` int(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_productphotos` -- LOCK TABLES `tbl_productphotos` WRITE; /*!40000 ALTER TABLE `tbl_productphotos` DISABLE KEYS */; INSERT INTO `tbl_productphotos` VALUES (1,1,'daikin (1)_R.jpeg',1),(2,1,'daikin (2)_R.jpeg',1),(3,1,'daikin (3)_R.jpeg',1),(4,2,'voltas (1)_R.jpeg',1),(5,2,'voltas (2)_R.jpeg',1),(6,2,'voltas (3)_R.jpeg',1),(7,2,'voltas (4)_R.jpeg',1),(8,3,'samsung (1)_R.jpeg',1),(9,3,'samsung (2)_R.jpeg',1),(10,3,'samsung (3)_R.jpeg',1),(11,3,'samsung (4)_R.jpeg',1),(12,3,'samsung (5)_R.jpeg',1),(13,4,'hitach (1)_R.jpeg',1),(14,4,'hitach (2)_R.jpeg',1),(15,4,'hitach (3)_R.jpeg',1),(16,4,'hitach (4)_R.jpeg',1),(17,5,'mitsubishi_R.jpg',1),(18,6,'pana (1)_R.jpeg',1),(19,6,'pana (2)_R.jpeg',1),(20,7,'lg (1)_R.jpeg',1),(21,7,'lg (2)_R.jpeg',1),(22,7,'lg (3)_R.jpeg',1),(23,8,'car (1)_R.jpeg',1),(24,8,'car (2)_R.jpeg',1),(25,8,'car (3)_R.jpeg',1),(26,8,'carieer_R.jpeg',1),(27,9,'bs (1)_R.jpeg',1),(28,9,'bs (2)_R.jpeg',1),(29,9,'bs (3)_R.jpeg',1),(30,9,'Chrysanthemum_R.jpg',1),(31,9,'adidas-black-1_R.jpg',1),(32,9,'adidas-black-3_R.jpg',1),(33,9,'Hydrangeas_R.jpg',1),(34,10,'daik_R.png',1),(35,0,'Tulips_R.jpg',1); /*!40000 ALTER TABLE `tbl_productphotos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_products` -- DROP TABLE IF EXISTS `tbl_products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_products` ( `ProductID` int(255) NOT NULL AUTO_INCREMENT, `Title` varchar(255) NOT NULL, `Description` tinytext NOT NULL, `Brand` varchar(255) NOT NULL, `star` varchar(2) NOT NULL, `inverter` int(1) NOT NULL, `Price` int(15) NOT NULL, `new` int(1) NOT NULL, `Offers` int(1) NOT NULL, `Off_Price` decimal(10,0) NOT NULL, `status` int(1) NOT NULL, PRIMARY KEY (`ProductID`) ) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_products` -- LOCK TABLES `tbl_products` WRITE; /*!40000 ALTER TABLE `tbl_products` DISABLE KEYS */; INSERT INTO `tbl_products` VALUES (1,'Daikin 1 Ton 3 Star BEE Rating Split AC ','Indoor Unit Front Panel Color: White, Anti-corrosion Treatment of Complete Outdoor Heat Exchanger Fins','1','3',1,28000,0,0,0,1),(2,'Voltas 2.0 Ton 5 Star BEE Rating 2017 Split AC - White ','To avoid any physical damage to the product while unboxing, please ensure that only an authorised installation service engineer opens the packaging.','2','5',0,24999,0,0,0,1),(3,'Samsung 1.5 Ton 3 Star BEE Rating 2018 Inverter AC - White','Turn hot summers into cool winters with this Samsung 1-ton air conditioner which provides you with a comfortable sleeping experience. Its Triple Protector Plus technology safeguards the machine against voltage fluctuations. Also, it features an 8 Pole Dig','3','3',1,41999,0,0,0,1),(4,'Hitachi 2.5 Ton 5 Star BEE Rating 2017 Split AC - Copper ','Don’t let the external weather and climate affect you. Get home this 5-star AC and cool your room irrespective of how hot or humid it is outside. With its Auto Humid Control, Auto Climate Technology and 4-way Air Swing, this AC is all you need to transf','4','5',0,29499,0,0,0,1),(5,'Mitsubishi MS-GK18VA Cooling Split AC (1.5 Ton, 3 Star (2018) Rating, White)','nergy Rating: 3 Star Rating (2018). Note that as per Bureau of Energy Efficiency (BEE), there is 2 point energy rating drop in 2018 for non-inverter split ACs. E.g. a 2017 5 star non-inverter split AC will become 3 star in 2018.','5','3',1,45680,0,0,0,1),(6,'Panasonic 1.5 Ton 3 Star BEE Rating 2017 Split AC - White','Panasonic 1.5 Tons Cooling and Heating AC White CS/CU-KC15SKY3R','6','3',0,23330,0,0,0,1),(7,'LG 1 Ton 3 Star BEE Rating 2018 Inverter AC - White','G 1 Ton AC White (JS-Q12PUXA, Copper)','7','3',1,33500,0,0,0,1),(8,'Carrier 2.5 Ton 5 Star BEE Rating 2017 Split AC','Ever smelled something pungent, realized it was coming from your AC and then rushed to switch it off? Well, gone are those days. The Refrigerant Leakage Detector switches the unit off as soon as it picks up any warning signals. The indoor unit also displa','8','5',1,32350,0,0,0,1),(9,'Blue Star 1 Ton 3 Star BEE Rating 2017 Split AC','A smart way to keep your home cool this summer is to furnish it with this split air conditioner from Blue Star. Other than cooling your home, it boasts three advanced features which keep your home fresh and clean. Its Silver Ion filter gets rid of up to 9','9','3',0,24499,0,0,0,1),(10,'Daikin JTKJ','Switch to health-giving air conditioning with Daikin’s JTKJ Series. Its patented streamer...','1','5',1,39500,0,0,0,1),(11,'asd','asdasd','1','1',1,28,0,0,0,0); /*!40000 ALTER TABLE `tbl_products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_productsizes` -- DROP TABLE IF EXISTS `tbl_productsizes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_productsizes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `ProductID` varchar(11) NOT NULL, `sizeID` varchar(11) NOT NULL, `status` int(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_productsizes` -- LOCK TABLES `tbl_productsizes` WRITE; /*!40000 ALTER TABLE `tbl_productsizes` DISABLE KEYS */; INSERT INTO `tbl_productsizes` VALUES (2,'2','3',1),(3,'3','2',1),(4,'4','4',1),(5,'5','2',1),(6,'6','2',1),(7,'7','1',1),(8,'8','4',1),(22,'9','1',1),(23,'1','1',1),(35,'10','5',1),(36,'0','2',1); /*!40000 ALTER TABLE `tbl_productsizes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_role` -- DROP TABLE IF EXISTS `tbl_role`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_role` ( `id` int(1) NOT NULL AUTO_INCREMENT, `role` varchar(50) NOT NULL, `status` int(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_role` -- LOCK TABLES `tbl_role` WRITE; /*!40000 ALTER TABLE `tbl_role` DISABLE KEYS */; INSERT INTO `tbl_role` VALUES (1,'Administrator',1),(2,'Manager',1),(3,'Staff',1); /*!40000 ALTER TABLE `tbl_role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_sizes` -- DROP TABLE IF EXISTS `tbl_sizes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_sizes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `size` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_sizes` -- LOCK TABLES `tbl_sizes` WRITE; /*!40000 ALTER TABLE `tbl_sizes` DISABLE KEYS */; INSERT INTO `tbl_sizes` VALUES (1,'1.0'),(2,'1.5'),(3,'2.0'),(4,'2.5'),(5,'3.0'); /*!40000 ALTER TABLE `tbl_sizes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_star` -- DROP TABLE IF EXISTS `tbl_star`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_star` ( `id` int(11) NOT NULL AUTO_INCREMENT, `star` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_star` -- LOCK TABLES `tbl_star` WRITE; /*!40000 ALTER TABLE `tbl_star` DISABLE KEYS */; INSERT INTO `tbl_star` VALUES (1,'1'),(2,'2'),(3,'3'),(4,'4'),(5,'5'); /*!40000 ALTER TABLE `tbl_star` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_users` -- DROP TABLE IF EXISTS `tbl_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tbl_users` ( `id` int(5) NOT NULL AUTO_INCREMENT, `firstname` varchar(50) NOT NULL, `lastname` varchar(50) NOT NULL, `company` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `address1` longtext NOT NULL, `address2` longtext NOT NULL, `city` varchar(50) NOT NULL, `state` varchar(50) NOT NULL, `country` varchar(50) NOT NULL, `zip` varchar(50) NOT NULL, `mobile` varchar(50) NOT NULL, `fax` varchar(50) NOT NULL, `role` int(1) NOT NULL, `password` varchar(50) NOT NULL, `status` int(1) NOT NULL, `cash` decimal(10,0) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tbl_users` -- LOCK TABLES `tbl_users` WRITE; /*!40000 ALTER TABLE `tbl_users` DISABLE KEYS */; INSERT INTO `tbl_users` VALUES (1,'Admin','R','Google','admin@gmail.com','No5, North Street, CA','-','Los Angels','USState','USA','12345','9876543210','0',1,'admin',1,-2200); /*!40000 ALTER TABLE `tbl_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'ekartdb' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2020-06-30 22:53:15