0byt3m1n1
Path:
/
data
/
22
/
3
/
136
/
103
/
3462592
/
meta
/
3858955
/
mysql.backup
/
[
Home
]
File: tsm_db.mysqlv112.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv112 Database: tsm_db -- ------------------------------------------------------ -- Server version 5.0.91 /*!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 `tbl_assessments` -- DROP TABLE IF EXISTS `tbl_assessments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_assessments` ( `id` int(11) NOT NULL auto_increment, `cardetail_id` int(11) NOT NULL, `assessed_by` int(11) NOT NULL, `assessed_date` date NOT NULL, `assessment_notes` text, `status` tinyint(1) NOT NULL default '1', `archive_status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_assessments` -- LOCK TABLES `tbl_assessments` WRITE; /*!40000 ALTER TABLE `tbl_assessments` DISABLE KEYS */; /*!40000 ALTER TABLE `tbl_assessments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_bodytypes` -- DROP TABLE IF EXISTS `tbl_bodytypes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_bodytypes` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL, `description` text, `status` tinyint(1) NOT NULL default '1', `archive_status` tinyint(1) NOT NULL default '1', `created` datetime NOT NULL, `created_by` int(11) NOT NULL, `modified` timestamp NULL default NULL, `modified_by` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_bodytypes` -- LOCK TABLES `tbl_bodytypes` WRITE; /*!40000 ALTER TABLE `tbl_bodytypes` DISABLE KEYS */; INSERT INTO `tbl_bodytypes` VALUES (1,'Sedan','',1,1,'2014-11-24 00:00:00',1,'2014-11-24 12:46:46',0),(2,'Soft Top',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL),(3,'Hatchback',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL),(4,'Four door sedan',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL); /*!40000 ALTER TABLE `tbl_bodytypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_branches` -- DROP TABLE IF EXISTS `tbl_branches`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_branches` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL, `location` varchar(100) default NULL, `address` text, `contact` varchar(50) default NULL, `email` varchar(150) default NULL, `status` tinyint(1) NOT NULL, `archive_status` tinyint(1) NOT NULL default '1', `created` datetime NOT NULL, `created_by` int(11) NOT NULL, `modified` timestamp NULL default NULL, `modified_by` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_branches` -- LOCK TABLES `tbl_branches` WRITE; /*!40000 ALTER TABLE `tbl_branches` DISABLE KEYS */; INSERT INTO `tbl_branches` VALUES (1,'TSM - Royapettah','Royapettah','240, Royapettah High Road','044-28133333/28133334/28132525','tsmautoline@yahoo.com',1,1,'2014-11-13 00:00:00',1,NULL,NULL),(2,'TSM - Anna Nagar','Anna Nagar','E15, Anna Nagar East,','044-26260882 / 26260883',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL); /*!40000 ALTER TABLE `tbl_branches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_carattachments` -- DROP TABLE IF EXISTS `tbl_carattachments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_carattachments` ( `id` bigint(20) NOT NULL auto_increment, `car_detail_id` bigint(20) NOT NULL, `imgname` text NOT NULL, `baseimage` varchar(100) NOT NULL, `smallimage` varchar(100) NOT NULL, `imgdesc` text, `videoid` varchar(50) default NULL, `status` tinyint(1) NOT NULL default '1', `archive_status` tinyint(1) NOT NULL default '1', `created` datetime NOT NULL, `created_by` int(11) NOT NULL, `modified` datetime default NULL, `modified_by` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_carattachments` -- LOCK TABLES `tbl_carattachments` WRITE; /*!40000 ALTER TABLE `tbl_carattachments` DISABLE KEYS */; /*!40000 ALTER TABLE `tbl_carattachments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_cardetails` -- DROP TABLE IF EXISTS `tbl_cardetails`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_cardetails` ( `id` bigint(20) NOT NULL auto_increment, `customer_id` bigint(20) NOT NULL, `manufacturer_id` int(11) NOT NULL, `carmodel_id` int(11) NOT NULL, `carvariant_id` int(11) NOT NULL, `bodytype_id` int(11) NOT NULL, `fueltype_id` varchar(100) NOT NULL, `transmission_id` int(11) NOT NULL, `ownership_id` int(11) NOT NULL, `color_id` int(11) NOT NULL, `interior_id` varchar(100) NOT NULL, `exterior_id` varchar(100) NOT NULL, `title` varchar(200) NOT NULL, `listing_id` varchar(10) NOT NULL, `branch_id` int(11) NOT NULL, `car_location` varchar(50) default NULL, `repairs` text, `insurance` text NOT NULL, `insurance_exp_date` date default NULL, `estimate_min` int(10) default NULL, `estimate_max` int(10) default NULL, `fuel_economy` varchar(50) NOT NULL, `seller_note` text NOT NULL, `vehicle_reg_no` varchar(20) default NULL, `mfg_year` date NOT NULL, `km_driven` int(10) NOT NULL, `tax_paid` int(10) default NULL, `featured` tinyint(2) default NULL, `sell_status` enum('1','2','3','4') NOT NULL default '1' COMMENT '1-Cancel,2-Block,3-Sold,4-Deliver', `status` tinyint(2) NOT NULL, `archive_status` tinyint(2) NOT NULL default '1', `created` datetime NOT NULL, `created_by` int(11) NOT NULL, `modified` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `modified_by` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `listing_id` (`listing_id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_cardetails` -- LOCK TABLES `tbl_cardetails` WRITE; /*!40000 ALTER TABLE `tbl_cardetails` DISABLE KEYS */; /*!40000 ALTER TABLE `tbl_cardetails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_carmodels` -- DROP TABLE IF EXISTS `tbl_carmodels`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_carmodels` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL, `manufacturer_id` int(11) NOT NULL, `description` text, `seating_capacity` tinyint(2) default NULL, `no_of_doors` tinyint(2) default NULL, `ground_clearance` smallint(5) default NULL, `height` smallint(5) default NULL, `width` smallint(5) default NULL, `length` mediumint(5) default NULL, `wheel_base` smallint(5) default NULL, `kerb_weight` smallint(5) default NULL, `status` tinyint(1) NOT NULL, `archive_status` tinyint(1) NOT NULL default '1', `created` datetime default NULL, `created_by` int(11) default NULL, `modified` timestamp NULL default NULL, `modified_by` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=81 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_carmodels` -- LOCK TABLES `tbl_carmodels` WRITE; /*!40000 ALTER TABLE `tbl_carmodels` DISABLE KEYS */; INSERT INTO `tbl_carmodels` VALUES (71,'City',13,'Honda City Sedan Type Car',5,5,160,1500,1600,4200,2800,1400,1,1,'2014-12-19 09:59:26',1,'2014-12-19 14:59:26',NULL),(72,'STILE',46,'',8,5,180,1860,1700,4400,2725,1426,1,1,'2014-12-22 09:13:26',1,'2014-12-22 14:13:26',NULL),(73,'A7',29,'',5,5,0,1420,1910,4968,2913,1860,1,1,'2014-12-22 09:25:48',1,'2014-12-22 14:25:48',NULL),(74,'A3',29,'',5,5,161,1423,1753,4152,2513,1152,1,1,'2014-12-23 09:49:56',1,'2014-12-23 14:49:56',NULL),(75,'AVVENTURA',26,'',5,5,205,1542,1706,3989,2510,1190,1,1,'2014-12-24 09:58:47',1,'2014-12-24 15:08:25',1),(76,'ETIOS CROSS',17,'',5,5,174,1555,1735,3895,2460,935,1,1,'2014-12-24 10:01:20',1,'2014-12-24 15:01:20',NULL),(77,'ECO SPORT',19,'',5,5,200,1708,1765,3999,2520,1200,1,1,'2014-12-24 10:05:36',1,'2014-12-24 15:07:45',1),(78,'DUSTER',22,'',7,5,205,1695,1822,4315,2673,1180,1,1,'2014-12-24 10:13:44',1,'2014-12-24 15:13:44',NULL),(79,'TERRANO',23,'',5,5,205,1695,1822,4315,2673,1180,1,1,'2014-12-24 10:41:10',1,'2014-12-24 15:41:10',NULL),(80,'ARIA',18,'',4,5,200,1780,1895,4780,2850,1992,1,1,'2014-12-24 10:43:06',1,'2014-12-24 15:43:06',NULL); /*!40000 ALTER TABLE `tbl_carmodels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_carvariants` -- DROP TABLE IF EXISTS `tbl_carvariants`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_carvariants` ( `id` int(11) NOT NULL auto_increment, `carmodel_id` int(11) NOT NULL, `manufacturer_id` int(11) NOT NULL, `name` varchar(100) NOT NULL, `description` text NOT NULL, `status` tinyint(1) NOT NULL, `archive_status` tinyint(1) NOT NULL default '1', `created` datetime NOT NULL, `created_by` int(11) NOT NULL, `modified` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `modified_by` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_carvariants` -- LOCK TABLES `tbl_carvariants` WRITE; /*!40000 ALTER TABLE `tbl_carvariants` DISABLE KEYS */; INSERT INTO `tbl_carvariants` VALUES (3,71,13,'iDTec','',1,1,'2014-12-19 10:00:04',1,'2014-12-19 15:00:04',0),(4,72,46,'le','',1,0,'2014-12-22 11:04:14',1,'2014-12-22 16:05:35',0); /*!40000 ALTER TABLE `tbl_carvariants` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_colors` -- DROP TABLE IF EXISTS `tbl_colors`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_colors` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL, `description` text, `colourcode` varchar(20) NOT NULL, `status` tinyint(1) NOT NULL default '1', `archive_status` tinyint(1) NOT NULL default '1', `created` datetime default NULL, `created_by` int(11) default NULL, `modified` timestamp NULL default NULL, `modified_by` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_colors` -- LOCK TABLES `tbl_colors` WRITE; /*!40000 ALTER TABLE `tbl_colors` DISABLE KEYS */; INSERT INTO `tbl_colors` VALUES (1,'Red',NULL,'ff0000',1,1,'2014-11-13 00:00:00',1,NULL,NULL),(2,'Black',NULL,'000000',1,1,'2014-11-13 00:00:00',1,NULL,NULL),(3,'Grey',NULL,'cccccc',1,1,'2014-11-13 00:00:00',1,NULL,NULL),(4,'White',NULL,'ffffff',1,1,'2014-11-13 00:00:00',1,NULL,NULL),(5,'Maroon',NULL,'800000',1,1,'2014-11-13 00:00:00',1,NULL,NULL); /*!40000 ALTER TABLE `tbl_colors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_countries` -- DROP TABLE IF EXISTS `tbl_countries`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_countries` ( `country_id` int(11) NOT NULL auto_increment, `country_code` varchar(2) NOT NULL, `country_name` varchar(100) NOT NULL, PRIMARY KEY (`country_id`) ) ENGINE=MyISAM AUTO_INCREMENT=243 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_countries` -- LOCK TABLES `tbl_countries` WRITE; /*!40000 ALTER TABLE `tbl_countries` DISABLE KEYS */; INSERT INTO `tbl_countries` VALUES (1,'US','United States'),(2,'CA','Canada'),(3,'AF','Afghanistan'),(4,'AL','Albania'),(5,'DZ','Algeria'),(6,'DS','American Samoa'),(7,'AD','Andorra'),(8,'AO','Angola'),(9,'AI','Anguilla'),(10,'AQ','Antarctica'),(11,'AG','Antigua and/or Barbuda'),(12,'AR','Argentina'),(13,'AM','Armenia'),(14,'AW','Aruba'),(15,'AU','Australia'),(16,'AT','Austria'),(17,'AZ','Azerbaijan'),(18,'BS','Bahamas'),(19,'BH','Bahrain'),(20,'BD','Bangladesh'),(21,'BB','Barbados'),(22,'BY','Belarus'),(23,'BE','Belgium'),(24,'BZ','Belize'),(25,'BJ','Benin'),(26,'BM','Bermuda'),(27,'BT','Bhutan'),(28,'BO','Bolivia'),(29,'BA','Bosnia and Herzegovina'),(30,'BW','Botswana'),(31,'BV','Bouvet Island'),(32,'BR','Brazil'),(33,'IO','British lndian Ocean Territory'),(34,'BN','Brunei Darussalam'),(35,'BG','Bulgaria'),(36,'BF','Burkina Faso'),(37,'BI','Burundi'),(38,'KH','Cambodia'),(39,'CM','Cameroon'),(40,'CV','Cape Verde'),(41,'KY','Cayman Islands'),(42,'CF','Central African Republic'),(43,'TD','Chad'),(44,'CL','Chile'),(45,'CN','China'),(46,'CX','Christmas Island'),(47,'CC','Cocos (Keeling) Islands'),(48,'CO','Colombia'),(49,'KM','Comoros'),(50,'CG','Congo'),(51,'CK','Cook Islands'),(52,'CR','Costa Rica'),(53,'HR','Croatia (Hrvatska)'),(54,'CU','Cuba'),(55,'CY','Cyprus'),(56,'CZ','Czech Republic'),(57,'DK','Denmark'),(58,'DJ','Djibouti'),(59,'DM','Dominica'),(60,'DO','Dominican Republic'),(61,'TP','East Timor'),(62,'EC','Ecuador'),(63,'EG','Egypt'),(64,'SV','El Salvador'),(65,'GQ','Equatorial Guinea'),(66,'ER','Eritrea'),(67,'EE','Estonia'),(68,'ET','Ethiopia'),(69,'FK','Falkland Islands (Malvinas)'),(70,'FO','Faroe Islands'),(71,'FJ','Fiji'),(72,'FI','Finland'),(73,'FR','France'),(74,'FX','France, Metropolitan'),(75,'GF','French Guiana'),(76,'PF','French Polynesia'),(77,'TF','French Southern Territories'),(78,'GA','Gabon'),(79,'GM','Gambia'),(80,'GE','Georgia'),(81,'DE','Germany'),(82,'GH','Ghana'),(83,'GI','Gibraltar'),(84,'GR','Greece'),(85,'GL','Greenland'),(86,'GD','Grenada'),(87,'GP','Guadeloupe'),(88,'GU','Guam'),(89,'GT','Guatemala'),(90,'GN','Guinea'),(91,'GW','Guinea-Bissau'),(92,'GY','Guyana'),(93,'HT','Haiti'),(94,'HM','Heard and Mc Donald Islands'),(95,'HN','Honduras'),(96,'HK','Hong Kong'),(97,'HU','Hungary'),(98,'IS','Iceland'),(99,'IN','India'),(100,'ID','Indonesia'),(101,'IR','Iran (Islamic Republic of)'),(102,'IQ','Iraq'),(103,'IE','Ireland'),(104,'IL','Israel'),(105,'IT','Italy'),(106,'CI','Ivory Coast'),(107,'JM','Jamaica'),(108,'JP','Japan'),(109,'JO','Jordan'),(110,'KZ','Kazakhstan'),(111,'KE','Kenya'),(112,'KI','Kiribati'),(113,'KP','Korea, Democratic People\'s Republic of'),(114,'KR','Korea, Republic of'),(115,'XK','Kosovo'),(116,'KW','Kuwait'),(117,'KG','Kyrgyzstan'),(118,'LA','Lao People\'s Democratic Republic'),(119,'LV','Latvia'),(120,'LB','Lebanon'),(121,'LS','Lesotho'),(122,'LR','Liberia'),(123,'LY','Libyan Arab Jamahiriya'),(124,'LI','Liechtenstein'),(125,'LT','Lithuania'),(126,'LU','Luxembourg'),(127,'MO','Macau'),(128,'MK','Macedonia'),(129,'MG','Madagascar'),(130,'MW','Malawi'),(131,'MY','Malaysia'),(132,'MV','Maldives'),(133,'ML','Mali'),(134,'MT','Malta'),(135,'MH','Marshall Islands'),(136,'MQ','Martinique'),(137,'MR','Mauritania'),(138,'MU','Mauritius'),(139,'TY','Mayotte'),(140,'MX','Mexico'),(141,'FM','Micronesia, Federated States of'),(142,'MD','Moldova, Republic of'),(143,'MC','Monaco'),(144,'MN','Mongolia'),(145,'ME','Montenegro'),(146,'MS','Montserrat'),(147,'MA','Morocco'),(148,'MZ','Mozambique'),(149,'MM','Myanmar'),(150,'NA','Namibia'),(151,'NR','Nauru'),(152,'NP','Nepal'),(153,'NL','Netherlands'),(154,'AN','Netherlands Antilles'),(155,'NC','New Caledonia'),(156,'NZ','New Zealand'),(157,'NI','Nicaragua'),(158,'NE','Niger'),(159,'NG','Nigeria'),(160,'NU','Niue'),(161,'NF','Norfork Island'),(162,'MP','Northern Mariana Islands'),(163,'NO','Norway'),(164,'OM','Oman'),(165,'PK','Pakistan'),(166,'PW','Palau'),(167,'PA','Panama'),(168,'PG','Papua New Guinea'),(169,'PY','Paraguay'),(170,'PE','Peru'),(171,'PH','Philippines'),(172,'PN','Pitcairn'),(173,'PL','Poland'),(174,'PT','Portugal'),(175,'PR','Puerto Rico'),(176,'QA','Qatar'),(177,'RE','Reunion'),(178,'RO','Romania'),(179,'RU','Russian Federation'),(180,'RW','Rwanda'),(181,'KN','Saint Kitts and Nevis'),(182,'LC','Saint Lucia'),(183,'VC','Saint Vincent and the Grenadines'),(184,'WS','Samoa'),(185,'SM','San Marino'),(186,'ST','Sao Tome and Principe'),(187,'SA','Saudi Arabia'),(188,'SN','Senegal'),(189,'RS','Serbia'),(190,'SC','Seychelles'),(191,'SL','Sierra Leone'),(192,'SG','Singapore'),(193,'SK','Slovakia'),(194,'SI','Slovenia'),(195,'SB','Solomon Islands'),(196,'SO','Somalia'),(197,'ZA','South Africa'),(198,'GS','South Georgia South Sandwich Islands'),(199,'ES','Spain'),(200,'LK','Sri Lanka'),(201,'SH','St. Helena'),(202,'PM','St. Pierre and Miquelon'),(203,'SD','Sudan'),(204,'SR','Suriname'),(205,'SJ','Svalbarn and Jan Mayen Islands'),(206,'SZ','Swaziland'),(207,'SE','Sweden'),(208,'CH','Switzerland'),(209,'SY','Syrian Arab Republic'),(210,'TW','Taiwan'),(211,'TJ','Tajikistan'),(212,'TZ','Tanzania, United Republic of'),(213,'TH','Thailand'),(214,'TG','Togo'),(215,'TK','Tokelau'),(216,'TO','Tonga'),(217,'TT','Trinidad and Tobago'),(218,'TN','Tunisia'),(219,'TR','Turkey'),(220,'TM','Turkmenistan'),(221,'TC','Turks and Caicos Islands'),(222,'TV','Tuvalu'),(223,'UG','Uganda'),(224,'UA','Ukraine'),(225,'AE','United Arab Emirates'),(226,'GB','United Kingdom'),(227,'UM','United States minor outlying islands'),(228,'UY','Uruguay'),(229,'UZ','Uzbekistan'),(230,'VU','Vanuatu'),(231,'VA','Vatican City State'),(232,'VE','Venezuela'),(233,'VN','Vietnam'),(234,'VG','Virgin Islands (British)'),(235,'VI','Virgin Islands (U.S.)'),(236,'WF','Wallis and Futuna Islands'),(237,'EH','Western Sahara'),(238,'YE','Yemen'),(239,'YU','Yugoslavia'),(240,'ZR','Zaire'),(241,'ZM','Zambia'),(242,'ZW','Zimbabwe'); /*!40000 ALTER TABLE `tbl_countries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_customers` -- DROP TABLE IF EXISTS `tbl_customers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_customers` ( `id` bigint(20) NOT NULL auto_increment, `name` varchar(50) NOT NULL, `phone` varchar(20) NOT NULL, `type` varchar(6) NOT NULL, `email` varchar(100) default NULL, `address` text, `location` varchar(50) default NULL, `details` text, `status` tinyint(1) NOT NULL, `assignstate` tinyint(1) NOT NULL default '0', `archive_status` tinyint(1) NOT NULL default '1', `created` datetime NOT NULL, `modified` timestamp NULL default NULL, `modified_by` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_customers` -- LOCK TABLES `tbl_customers` WRITE; /*!40000 ALTER TABLE `tbl_customers` DISABLE KEYS */; /*!40000 ALTER TABLE `tbl_customers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_exteriors` -- DROP TABLE IF EXISTS `tbl_exteriors`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_exteriors` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL, `description` text, `status` tinyint(1) NOT NULL default '1', `archive_status` tinyint(1) NOT NULL default '1', `created` datetime default NULL, `created_by` int(11) default NULL, `modified` timestamp NULL default NULL, `modified_by` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_exteriors` -- LOCK TABLES `tbl_exteriors` WRITE; /*!40000 ALTER TABLE `tbl_exteriors` DISABLE KEYS */; INSERT INTO `tbl_exteriors` VALUES (1,'Tubeless Tyres',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL),(2,'Fog Lights',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL); /*!40000 ALTER TABLE `tbl_exteriors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_fueltypes` -- DROP TABLE IF EXISTS `tbl_fueltypes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_fueltypes` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL, `description` text, `status` tinyint(1) NOT NULL default '1', `archive_status` tinyint(1) NOT NULL default '1', `created` datetime default NULL, `created_by` int(11) default NULL, `modified` timestamp NULL default NULL, `modified_by` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_fueltypes` -- LOCK TABLES `tbl_fueltypes` WRITE; /*!40000 ALTER TABLE `tbl_fueltypes` DISABLE KEYS */; INSERT INTO `tbl_fueltypes` VALUES (1,'Petrol',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL),(2,'Deisel',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL),(3,'Electricity',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL),(4,'Natural Gas',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL); /*!40000 ALTER TABLE `tbl_fueltypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_interested_cars` -- DROP TABLE IF EXISTS `tbl_interested_cars`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_interested_cars` ( `id` int(11) NOT NULL auto_increment, `customer_id` int(11) NOT NULL, `cardetail_id` int(11) NOT NULL, `created` datetime NOT NULL, `status` tinyint(1) NOT NULL default '1', `archive_status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_interested_cars` -- LOCK TABLES `tbl_interested_cars` WRITE; /*!40000 ALTER TABLE `tbl_interested_cars` DISABLE KEYS */; /*!40000 ALTER TABLE `tbl_interested_cars` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_interiors` -- DROP TABLE IF EXISTS `tbl_interiors`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_interiors` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL, `description` text, `status` tinyint(1) NOT NULL default '1', `archive_status` tinyint(1) NOT NULL default '1', `created` datetime default NULL, `created_by` int(11) default NULL, `modified` timestamp NULL default NULL, `modified_by` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_interiors` -- LOCK TABLES `tbl_interiors` WRITE; /*!40000 ALTER TABLE `tbl_interiors` DISABLE KEYS */; INSERT INTO `tbl_interiors` VALUES (1,'Air Conditioning',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL),(2,'Power Steering',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL),(3,'Power Windows',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL),(4,'Power Door Locks',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL),(5,'Central Locking',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL),(6,'Steering Adjustment',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL); /*!40000 ALTER TABLE `tbl_interiors` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_login_lists` -- DROP TABLE IF EXISTS `tbl_login_lists`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_login_lists` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) NOT NULL, `user_ip` varchar(60) NOT NULL, `login_date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=107 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_login_lists` -- LOCK TABLES `tbl_login_lists` WRITE; /*!40000 ALTER TABLE `tbl_login_lists` DISABLE KEYS */; INSERT INTO `tbl_login_lists` VALUES (95,1,'117.218.82.15','2014-12-19 09:20:54'),(96,1,'117.218.82.15','2014-12-19 09:22:08'),(97,1,'117.218.82.15','2014-12-19 09:24:13'),(98,1,'117.218.82.15','2014-12-19 10:48:59'),(99,1,'122.174.42.122','2014-12-20 05:14:03'),(100,1,'106.51.37.176','2014-12-20 09:24:13'),(101,1,'59.96.208.57','2014-12-21 09:36:22'),(102,1,'106.51.10.130','2014-12-22 07:35:07'),(103,1,'106.51.10.130','2014-12-22 08:22:37'),(104,1,'117.218.82.15','2014-12-22 12:46:37'),(105,1,'106.51.59.160','2014-12-23 08:39:07'),(106,1,'106.51.27.234','2014-12-24 09:55:37'); /*!40000 ALTER TABLE `tbl_login_lists` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_manufacturers` -- DROP TABLE IF EXISTS `tbl_manufacturers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_manufacturers` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL, `country_id` int(11) default NULL, `description` text, `status` tinyint(1) NOT NULL, `archive_status` tinyint(1) NOT NULL default '1', `created` datetime default NULL, `created_by` int(11) default NULL, `modified` timestamp NULL default NULL, `modified_by` int(11) default NULL, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`), KEY `country_id_idx` (`country_id`) ) ENGINE=MyISAM AUTO_INCREMENT=47 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_manufacturers` -- LOCK TABLES `tbl_manufacturers` WRITE; /*!40000 ALTER TABLE `tbl_manufacturers` DISABLE KEYS */; INSERT INTO `tbl_manufacturers` VALUES (13,'HONDA',108,'Honda Cars',1,1,'2014-12-19 09:57:56',1,'2014-12-21 14:37:00',1),(14,'MARUTI SUZUKI',99,'WAY OF LIFE',1,1,'2014-12-20 08:37:35',1,'2014-12-20 13:37:35',NULL),(15,'HYUNDAI',99,'NEW THINKING NEW POSSIBLITIES',1,1,'2014-12-20 08:40:31',1,'2014-12-20 13:40:31',NULL),(16,'MAHINDRA',99,'MAHINDRA BUILDS THREE THINGS PRODUCTS, SERVICES AND POSSIBILITIES',1,1,'2014-12-20 09:27:36',1,'2014-12-20 14:27:36',NULL),(17,'TOYOTA',108,'LET\'S GO PLACES',1,1,'2014-12-20 09:29:35',1,'2014-12-20 14:29:35',NULL),(18,'TATA',99,'LEADERSHIP WITH TRUST',1,1,'2014-12-20 09:31:12',1,'2014-12-20 14:31:12',NULL),(19,'FORD',1,'GO FURTHER',1,1,'2014-12-22 08:23:53',1,'2014-12-22 13:23:53',NULL),(20,'CHEVROLET',1,'FIND NEW ROADS',1,1,'2014-12-22 08:24:23',1,'2014-12-22 13:24:23',NULL),(21,'VOLKSWAGEN',81,'',1,1,'2014-12-22 08:24:49',1,'2014-12-22 13:24:49',NULL),(22,'RENAULT',73,'DRIVE THE CHANGE',1,1,'2014-12-22 08:25:23',1,'2014-12-22 13:25:23',NULL),(23,'NISSAN',108,'INNOVATION THAT EXCITES',1,1,'2014-12-22 08:25:51',1,'2014-12-22 13:25:51',NULL),(24,'SKODA',81,'SIMPLY CLEVER',1,1,'2014-12-22 08:26:17',1,'2014-12-22 13:26:17',NULL),(25,'ABARTH',105,'',1,1,'2014-12-22 08:26:39',1,'2014-12-22 13:26:39',NULL),(26,'FIAT',226,'',1,1,'2014-12-22 08:27:02',1,'2014-12-22 13:27:02',NULL),(27,'DATSUN',108,'BREAK THROUGH',1,1,'2014-12-22 08:27:27',1,'2014-12-22 13:27:27',NULL),(28,'MITSUBISHI',108,'DRIVE @ EARTH',1,1,'2014-12-22 08:29:32',1,'2014-12-22 13:29:32',NULL),(29,'AUDI',81,'',1,1,'2014-12-22 08:29:55',1,'2014-12-22 13:29:55',NULL),(30,'BMW',81,'SHEER DRIVING PLEASURE',1,1,'2014-12-22 08:30:27',1,'2014-12-22 13:30:27',NULL),(31,'MINI',15,'',1,1,'2014-12-22 08:31:06',1,'2014-12-22 13:31:06',NULL),(32,'MERCEDES BENZ',81,'',1,1,'2014-12-22 08:31:33',1,'2014-12-22 13:31:33',NULL),(33,'VOLVO',207,'',1,1,'2014-12-22 08:32:10',1,'2014-12-22 13:32:10',NULL),(34,'SSANG YONG',113,'',1,1,'2014-12-22 08:33:08',1,'2014-12-22 13:33:08',NULL),(35,'LAND ROVER',226,'',1,1,'2014-12-22 08:33:32',1,'2014-12-22 13:33:32',NULL),(36,'ROLLS ROYCE',226,'TRUSTED TO DELIVER EXCELLENCE',1,1,'2014-12-22 08:35:21',1,'2014-12-22 13:35:21',NULL),(37,'PORSCHE',81,'',1,1,'2014-12-22 08:35:45',1,'2014-12-22 13:35:45',NULL),(38,'LAMBORGINI',81,'',1,1,'2014-12-22 08:36:23',1,'2014-12-22 13:36:23',NULL),(39,'JAGUAR',226,'ITS GOOD TO BE BAD STYLISH POWERFUL & CHALLENGING CONVENTIONS',1,1,'2014-12-22 08:37:42',1,'2014-12-22 13:37:42',NULL),(40,'FERRARI',105,'',1,1,'2014-12-22 08:38:20',1,'2014-12-22 13:38:20',NULL),(41,'BUGGATTI',81,'',1,1,'2014-12-22 08:38:44',1,'2014-12-22 13:38:44',NULL),(42,'BENTLEY',81,'',1,1,'2014-12-22 08:39:06',1,'2014-12-22 13:39:06',NULL),(43,'FORCE MOTORS',99,'',1,1,'2014-12-22 08:39:30',1,'2014-12-22 13:39:30',NULL),(44,'PREMIER',2,'',1,1,'2014-12-22 08:40:00',1,'2014-12-22 13:40:00',NULL),(45,'ISUZU',108,'',1,1,'2014-12-22 08:40:26',1,'2014-12-22 13:40:26',NULL),(46,'ASHOK LEYLAND',99,'',1,1,'2014-12-22 08:40:48',1,'2014-12-22 13:40:48',NULL); /*!40000 ALTER TABLE `tbl_manufacturers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_orders` -- DROP TABLE IF EXISTS `tbl_orders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_orders` ( `id` bigint(20) NOT NULL auto_increment, `customer_id` bigint(11) NOT NULL, `cardetail_id` bigint(20) NOT NULL, `order_taken_by` int(11) default NULL, `order_date` date default NULL, `order_notes` text, `sale_done_by` int(11) default NULL, `sale_date` date default NULL, `sale_total_amount` int(8) default NULL, `sale_ad_amount` int(8) default NULL, `sale_amount` int(8) default NULL, `sale_notes` text, `finance` varchar(20) default NULL, `followup` varchar(20) default NULL, `enquiry` varchar(20) default NULL, `followup_date` date default NULL, `executive` int(11) default NULL, `lead_notes` text, `blocked_by` int(11) default NULL, `blocked_date` date default NULL, `blacked_notes` text, `cancelled_by` int(11) default NULL, `cancelled_date` date default NULL, `cancelled_notes` text, `sell_status` enum('1','2','3','4','5','6') NOT NULL default '1' COMMENT '1-Cancel,2-Block,3-Order,4-Process,5-Sold,6-Deliver', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_orders` -- LOCK TABLES `tbl_orders` WRITE; /*!40000 ALTER TABLE `tbl_orders` DISABLE KEYS */; /*!40000 ALTER TABLE `tbl_orders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_ownerships` -- DROP TABLE IF EXISTS `tbl_ownerships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_ownerships` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL, `description` text, `status` tinyint(1) NOT NULL default '1', `archive_status` tinyint(1) NOT NULL default '1', `created` datetime default NULL, `created_by` int(11) default NULL, `modified` timestamp NULL default NULL, `modified_by` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_ownerships` -- LOCK TABLES `tbl_ownerships` WRITE; /*!40000 ALTER TABLE `tbl_ownerships` DISABLE KEYS */; INSERT INTO `tbl_ownerships` VALUES (1,'1st Owner',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL),(2,'2nd Owner',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL); /*!40000 ALTER TABLE `tbl_ownerships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_sliders` -- DROP TABLE IF EXISTS `tbl_sliders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_sliders` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) default NULL, `description` varchar(100) default NULL, `image` varchar(50) default NULL, `link` varchar(100) default NULL, `priority` tinyint(2) default NULL, `status` tinyint(1) NOT NULL, `archive_status` tinyint(1) NOT NULL default '1', `created` datetime NOT NULL, `created_by` int(11) NOT NULL, `modified` timestamp NULL default NULL, `modified_by` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_sliders` -- LOCK TABLES `tbl_sliders` WRITE; /*!40000 ALTER TABLE `tbl_sliders` DISABLE KEYS */; INSERT INTO `tbl_sliders` VALUES (3,'Home','','slide_191214104801.jpg','',1,1,1,'2014-12-19 10:01:48',1,'2014-12-19 15:01:48',0); /*!40000 ALTER TABLE `tbl_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_task_assigns` -- DROP TABLE IF EXISTS `tbl_task_assigns`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_task_assigns` ( `id` bigint(20) NOT NULL auto_increment, `user_id` int(11) NOT NULL, `customer_id` bigint(20) NOT NULL, `status` tinyint(1) NOT NULL default '1', `archive_status` tinyint(1) NOT NULL default '1', `created` datetime NOT NULL, `created_by` int(11) NOT NULL, `modified` timestamp NULL default NULL, `modified_by` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_task_assigns` -- LOCK TABLES `tbl_task_assigns` WRITE; /*!40000 ALTER TABLE `tbl_task_assigns` DISABLE KEYS */; INSERT INTO `tbl_task_assigns` VALUES (11,2,17,1,1,'2014-12-19 10:05:21',1,'2014-12-19 15:05:21',NULL); /*!40000 ALTER TABLE `tbl_task_assigns` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_transmissions` -- DROP TABLE IF EXISTS `tbl_transmissions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_transmissions` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL, `description` text, `status` tinyint(1) NOT NULL default '1', `archive_status` tinyint(1) NOT NULL default '1', `created` datetime default NULL, `created_by` int(11) default NULL, `modified` timestamp NULL default NULL, `modified_by` int(11) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_transmissions` -- LOCK TABLES `tbl_transmissions` WRITE; /*!40000 ALTER TABLE `tbl_transmissions` DISABLE KEYS */; INSERT INTO `tbl_transmissions` VALUES (1,'Automatic',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL),(2,'Manual',NULL,1,1,'2014-11-13 00:00:00',1,NULL,NULL); /*!40000 ALTER TABLE `tbl_transmissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_user_roles` -- DROP TABLE IF EXISTS `tbl_user_roles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_user_roles` ( `id` int(11) NOT NULL auto_increment, `role` varchar(60) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `tbl_user_roles` -- LOCK TABLES `tbl_user_roles` WRITE; /*!40000 ALTER TABLE `tbl_user_roles` DISABLE KEYS */; INSERT INTO `tbl_user_roles` VALUES (1,'Admin'),(2,'Sales Executive'),(3,'Account Executive'),(4,'Mechanic'); /*!40000 ALTER TABLE `tbl_user_roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tbl_users` -- DROP TABLE IF EXISTS `tbl_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `tbl_users` ( `id` int(12) unsigned NOT NULL auto_increment, `username` varchar(128) default NULL, `password` varchar(128) default NULL, `passkey` varchar(60) NOT NULL, `fullname` varchar(60) default NULL, `gender` enum('M','F') NOT NULL, `designation` varchar(60) default NULL, `email` varchar(128) default NULL, `phone` varchar(20) NOT NULL, `address` text NOT NULL, `role_id` int(11) default NULL, `created` datetime default NULL, `modified` timestamp NULL default NULL, `status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id`), KEY `role_id` (`role_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; 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','29a1511ad810a02eb4c8b808e57f7da779d67c6b','','Manoj','M','Web Developer','manoj@clasticon.com','9003156001','Anna nagar, Chennai - 20',1,'2014-11-13 00:00:00','2014-12-15 01:09:08',1),(2,'alex','9e5f796fbc86b3644e39a20369f4de56771e4910','12345','alex john','M','sales','alex@clasticon.com','9444461345','',2,'2014-12-19 10:04:57','2014-12-19 15:04:57',1); /*!40000 ALTER TABLE `tbl_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'tsm_db' -- DELIMITER ;; DELIMITER ; /*!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 2018-05-22 9:54:02