-- phpMyAdmin SQL Dump-- version 4.0.10deb1-- http://www.phpmyadmin.net---- Host: localhost-- Generation Time: Oct 07, 2016 at 04:12 PM-- Server version: 5.5.52-0ubuntu0.14.04.1-- PHP Version: 5.5.9-1ubuntu4.20SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";SET time_zone = "+00:00";/*!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 */;---- Database: `sdf`---- ------------------------------------------------------------ Table structure for table `article`--CREATE TABLE IF NOT EXISTS `article` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `summary` text COLLATE utf8_unicode_ci NOT NULL, `content` text COLLATE utf8_unicode_ci NOT NULL, `status` int(11) NOT NULL, `category` int(11) NOT NULL, `created_at` int(11) NOT NULL, `updated_at` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `user_id` (`user_id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;-- ------------------------------------------------------------ Table structure for table `auth_assignment`--CREATE TABLE IF NOT EXISTS `auth_assignment` ( `item_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL, `user_id` int(11) NOT NULL, `created_at` int(11) DEFAULT NULL, PRIMARY KEY (`item_name`,`user_id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;---- Dumping data for table `auth_assignment`--INSERT INTO `auth_assignment` (`item_name`, `user_id`, `created_at`) VALUES('admin', 1, 1448536599),('member', 4, NULL),('member', 13, NULL),('member', 16, 1465819537),('member', 21, 1467101968),('member', 22, 0),('member', 26, NULL),('member', 37, NULL),('member', 38, NULL),('member', 39, NULL),('member', 40, NULL),('member', 41, NULL),('member', 42, NULL),('member', 43, NULL),('member', 44, NULL),('member', 45, NULL),('member', 46, NULL),('member', 47, NULL),('member', 48, NULL),('member', 49, NULL),('member', 50, NULL),('member', 51, NULL),('member', 52, NULL),('member', 53, NULL),('member', 54, NULL),('member', 55, NULL),('member', 56, NULL),('member', 57, NULL),('member', 58, NULL),('member', 59, NULL),('member', 60, NULL),('member', 61, NULL),('member', 62, NULL),('member', 63, NULL),('member', 64, NULL),('member', 65, NULL),('member', 66, NULL),('member', 67, NULL),('member', 68, NULL),('member', 69, NULL),('member', 70, NULL),('member', 71, NULL),('member', 72, NULL),('member', 73, NULL),('member', 74, NULL),('member', 75, NULL),('member', 76, NULL),('member', 77, NULL),('member', 78, NULL),('member', 79, NULL),('member', 80, NULL),('member', 81, NULL),('member', 82, NULL),('member', 83, NULL),('member', 84, NULL),('member', 85, NULL),('member', 86, NULL),('member', 87, NULL),('member', 88, NULL),('member', 92, NULL),('member', 93, NULL),('member', 94, NULL),('member', 95, NULL),('member', 96, NULL),('member', 97, NULL),('member', 98, NULL),('member', 99, NULL),('member', 100, NULL),('member', 101, NULL),('member', 102, NULL),('member', 103, NULL),('member', 104, NULL),('member', 105, NULL),('member', 107, NULL),('member', 108, NULL),('member', 109, NULL),('member', 110, NULL),('member', 111, NULL),('member', 115, NULL),('member', 116, NULL),('member', 117, NULL),('member', 118, NULL),('member', 119, NULL),('member', 120, NULL),('member', 121, NULL),('member', 125, NULL),('member', 126, NULL),('member', 127, NULL),('member', 129, NULL),('member', 130, NULL),('member', 131, NULL),('member', 132, NULL),('member', 133, NULL),('member', 134, NULL),('member', 135, NULL),('member', 136, NULL),('member', 137, NULL),('member', 138, NULL),('member', 139, NULL),('member', 140, NULL),('member', 141, NULL),('member', 142, NULL),('member', 143, NULL),('member', 144, NULL),('member', 146, NULL),('member', 147, NULL),('member', 148, NULL),('member', 150, NULL),('member', 151, NULL),('member', 152, NULL),('member', 153, NULL),('member', 154, NULL),('member', 155, NULL),('member', 156, NULL),('member', 157, NULL),('member', 158, NULL),('member', 159, NULL),('member', 160, NULL),('member', 161, NULL),('member', 162, NULL),('member', 163, NULL),('member', 164, NULL),('member', 165, NULL),('member', 166, NULL),('member', 167, NULL),('member', 168, NULL),('member', 169, NULL),('member', 170, NULL),('member', 171, NULL),('member', 172, NULL),('member', 173, NULL),('member', 174, NULL),('member', 175, NULL),('member', 176, NULL),('member', 177, NULL),('member', 178, NULL),('member', 179, NULL),('member', 180, NULL),('member', 181, NULL),('member', 182, NULL),('member', 183, NULL),('member', 184, NULL),('member', 185, NULL),('member', 186, NULL),('member', 187, NULL),('member', 188, NULL),('member', 189, NULL),('member', 190, NULL),('member', 191, NULL),('member', 192, NULL),('member', 193, NULL),('member', 194, NULL),('member', 195, NULL),('member', 196, NULL),('member', 197, NULL),('member', 198, NULL),('member', 199, NULL),('member', 201, NULL),('member', 202, NULL),('member', 203, NULL),('member', 204, NULL),('member', 205, NULL),('member', 206, NULL),('member', 207, NULL),('member', 208, NULL),('member', 209, NULL),('member', 210, NULL),('member', 211, NULL),('member', 212, NULL),('member', 213, NULL),('member', 214, NULL),('member', 215, NULL),('member', 216, NULL),('member', 217, NULL),('member', 218, NULL),('member', 219, NULL),('member', 220, NULL),('member', 221, NULL),('member', 222, NULL),('member', 223, NULL),('member', 224, NULL);-- ------------------------------------------------------------ Table structure for table `auth_item`--CREATE TABLE IF NOT EXISTS `auth_item` ( `name` varchar(64) COLLATE utf8_unicode_ci NOT NULL, `type` int(11) NOT NULL, `description` text COLLATE utf8_unicode_ci, `rule_name` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL, `data` text COLLATE utf8_unicode_ci, `created_at` int(11) DEFAULT NULL, `updated_at` int(11) DEFAULT NULL, PRIMARY KEY (`name`), KEY `rule_name` (`rule_name`), KEY `idx-auth_item-type` (`type`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;---- Dumping data for table `auth_item`--INSERT INTO `auth_item` (`name`, `type`, `description`, `rule_name`, `data`, `created_at`, `updated_at`) VALUES('admin', 1, 'Administrator of this application', NULL, NULL, 1448536516, 1448536516),('adminArticle', 2, 'Allows admin+ roles to manage articles', NULL, NULL, 1448536516, 1448536516),('caller', 1, 'will do the survey', NULL, NULL, NULL, NULL),('createArticle', 2, 'Allows editor+ roles to create articles', NULL, NULL, 1448536516, 1448536516),('deleteArticle', 2, 'Allows admin+ roles to delete articles', NULL, NULL, 1448536516, 1448536516),('manageUsers', 2, 'Allows admin+ roles to manage users', NULL, NULL, 1448536516, 1448536516),('member', 1, 'Registered users, members of this site', NULL, NULL, 1448536516, 1448536516),('updateArticle', 2, 'Allows editor+ roles to update articles', NULL, NULL, 1448536516, 1448536516),('updateOwnArticle', 2, 'Update own article', 'isAuthor', NULL, 1448536516, 1448536516),('usePremiumContent', 2, 'Allows premium+ roles to use premium content', NULL, NULL, 1448536516, 1448536516);-- ------------------------------------------------------------ Table structure for table `auth_item_child`--CREATE TABLE IF NOT EXISTS `auth_item_child` ( `parent` varchar(64) COLLATE utf8_unicode_ci NOT NULL, `child` varchar(64) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`parent`,`child`), KEY `child` (`child`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;---- Dumping data for table `auth_item_child`--INSERT INTO `auth_item_child` (`parent`, `child`) VALUES('admin', 'deleteArticle'),('admin', 'manageUsers'),('admin', 'updateArticle'),('updateOwnArticle', 'updateArticle');-- ------------------------------------------------------------ Table structure for table `auth_rule`--CREATE TABLE IF NOT EXISTS `auth_rule` ( `name` varchar(64) COLLATE utf8_unicode_ci NOT NULL, `data` text COLLATE utf8_unicode_ci, `created_at` int(11) DEFAULT NULL, `updated_at` int(11) DEFAULT NULL, PRIMARY KEY (`name`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;---- Dumping data for table `auth_rule`--INSERT INTO `auth_rule` (`name`, `data`, `created_at`, `updated_at`) VALUES('isAuthor', 'O:25:"app\\rbac\\rules\\AuthorRule":3:{s:4:"name";s:8:"isAuthor";s:9:"createdAt";i:1448536516;s:9:"updatedAt";i:1448536516;}', 1448536516, 1448536516);-- ------------------------------------------------------------ Table structure for table `migration`--CREATE TABLE IF NOT EXISTS `migration` ( `version` varchar(180) NOT NULL, `apply_time` int(11) DEFAULT NULL, PRIMARY KEY (`version`)) ENGINE=InnoDB DEFAULT CHARSET=latin1;---- Dumping data for table `migration`--INSERT INTO `migration` (`version`, `apply_time`) VALUES('m000000_000000_base', 1448536486),('m141022_115823_create_user_table', 1448536496),('m141022_115912_create_rbac_tables', 1448536498),('m150104_153617_create_article_table', 1448536498);-- ------------------------------------------------------------ Table structure for table `p1t1`--CREATE TABLE IF NOT EXISTS `p1t1` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `year` int(11) NOT NULL, `mining_lease_name_no` varchar(50) NOT NULL, `lessee_name` varchar(50) NOT NULL, `address` text NOT NULL, `phone` varchar(15) NOT NULL, `email` varchar(25) NOT NULL, `mine_code` text NOT NULL, `ibm_regd_no` varchar(20) NOT NULL, `mineral` varchar(20) NOT NULL, `forest_area` varchar(20) NOT NULL, `private_area` varchar(20) NOT NULL, `revniue_area` varchar(20) NOT NULL, `other_area` varchar(20) NOT NULL, `lease_period` varchar(20) NOT NULL, `total_mineral_resources` varchar(20) NOT NULL, `mineral_resource_unit` varchar(15) NOT NULL, `reserves` varchar(20) NOT NULL, `reserves_unit` varchar(15) NOT NULL, `method_of_mining` varchar(15) NOT NULL, `catagory` varchar(20) NOT NULL, `captive` varchar(20) NOT NULL, `production` varchar(50) NOT NULL, `production_unit` varchar(20) NOT NULL, `no_of_days` varchar(20) NOT NULL, `natural_drainage` varchar(20) NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ;---- Dumping data for table `p1t1`--INSERT INTO `p1t1` (`id`, `user_id`, `year`, `mining_lease_name_no`, `lessee_name`, `address`, `phone`, `email`, `mine_code`, `ibm_regd_no`, `mineral`, `forest_area`, `private_area`, `revniue_area`, `other_area`, `lease_period`, `total_mineral_resources`, `mineral_resource_unit`, `reserves`, `reserves_unit`, `method_of_mining`, `catagory`, `captive`, `production`, `production_unit`, `no_of_days`, `natural_drainage`, `created_at`, `updated_at`) VALUES(2, 4, 2016, 'test', 'testing lessee', 'talcher mining6', '9874587548', 'dfdf@sdf.com', '38APR11144', '187781', '5646454', '0.01', '0', '15.65', '12.5', '01/07/2016', '464.13', '0', '111.93', '0', '0', '0', '0', '4324', '4', '181', 'fsdfs', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(3, 13, 2016, 'Bharathi Cement Corporation Pvt Ltd.', 'M/s Bharathi Cement Corporation Pvt Ltd.', '8-2-626, Reliance Majestic, Road No.10, Banjara Hills, Hyderabad-500034', '12132131', 'siddareddy@bharaticement.', '38APR11145', 'IBM/10897/2011', 'Limestone\r\n\r\n', '0', '631.278', '1', '0', '2016-06-01', '159.20', '4', '167.30', '4', '0', '0', '0', '2788500', '2', '302', 'NA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(4, 16, 2016, 'My Home Limestone Mine', 'My Home Industries Private Limited.', 'Srinagar (Post), Mellacheruvu (V & M),\r\nNalgonda (District) – 508246. TS\r\n', '086683226025', 'mines@myhomegroup.in', '38APR14044', '6098', 'LIMESTONE', '0', '0', '141.644', '0', '01/08/2034', '8.95', '4', '34.07', '4', '0', '0', '0', '1267020', '0', '305', 'One seasonal Nallah ', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(5, 45, 2016, '07JHK09003', 'HINDALCO INDUSTRIES LIMITED', 'COURT ROAD, LOHARDAGA', '06526224015', 'bijesh.jha@adityabirla.co', '07JHK09003', '935', 'BAUXITE', '0.00', '190.13', '0.82', '0.00', '12/03/2056', '4.04', '4', '3.49', '4', '0', '0', '0', '149880', '0', '300', 'NIL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(6, 39, 2016, 'GO.3(D)NO.5 IND(MMA2) dt 04.01.1995', 'RAMCO CEMENTS LTD', 'M/s.Ramco ements Ltd\r\n98-A,Auras Corporate Centre,\r\nV th floor, Dr Radhakrishanan Salai\r\nMylapore, Chennai-600004\r\n', '0432922004', 'vssm@ramcocements.co.in', '38TMN14046', '638', 'Limestone ', '0', '04.83', '0', '0', '15/06/2015', '128540', '0', '49050', '0', '0', '0', '0', '534.720', '0', '305', 'NIL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(7, 48, 2016, 'JAMUL LIMESTONE MINES ML NO 7388', 'M/S ACC LTD', 'JAMUL CEMENT WORKS ', '07882285081', 'arvindbhaurao.zade@acclim', '38MPR13001', '256', 'LIMESTONE ', '0', '0', '0', '269.95', '31/03/2030', '27.83', '4', '82.02', '4', '0', '0', '0', '577107.69', '0', '335', 'nil', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(8, 42, 2016, 'Gurmel / T. C. No. 70 of 1952', 'Vedanta Limited ', 'Sesa Ghor, 20 EDC Complex, Patto Panaji, Tiswadi , North Goa-403001', '08322460600', 'ddjalan@vedanta.co.in', '30GOA02018', 'IBM/327/2011', 'Iron Ore', '0.00', '15.83', '101.96', '0.01', '21/11/2027', '7.384', '4', '5.019', '4', '0', '0', '1', '62175', '0', '213', 'Nil', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(9, 47, 2016, 'Vyasanakere Iron Ore Mines, M.L No. 2416 ', 'MSPL LIMITED,', 'MSPL LIMITED. Baldota Enclave, Abheraj Baldota Road Hospete . 583201 email@mspllimited.com \r\n \r\nMSPL LIMITED. Baldota Enclave, Abheraj Baldota Road Hospete . 583201 \r\n \r\n \r\n \r\n', '08394232003', 'email@mspllimited.com', '30KAR03017', '199KAR03017', 'Hematite', '354.710', '0', '0', '0', '13/11/2022', '37.118', '4', '36.823', '4', '2', '0', '1', '910000', '0', '306', 'yes', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(10, 46, 2016, 'Donimalai Iron Ore Mine, ML No. 2396', 'NMDC LIMITED, Hyderabad', 'NMDC LIMITED, 10-3-311/A, Castle Hills, Masab Tank, Hyderabad, PIN-500028, Talangana.', '04023538713', 'pksatpathy@nmdc.co.in', '30KAR03011', '270', 'Iron ore', '597.54', '0', '0', '0', '03/11/2028', '109.44', '4', '83.94', '4', '0', '0', '1', '6031200', '0', '364', 'yes', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(11, 22, 2016, 'Noamundi Iron Ore', 'TATA STEEL LTD.', 'Jamshedpur,PO-Bistupur, Distt_ Singhbhum(EAST)\r\nJHARKHAND-831001', '9234301340', 'gm.office@tatasteel.com', '30BHR27024', 'IBM/4376/2011', 'IRONORE', '762.43', '41.85', '355.78', '0', '31/03/2030', '176.12', '4', '103.27', '4', '0', '0', '0', '4742321.25', '0', '309', 'Balijharan Nalah', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(12, 44, 2016, 'Periyathirukonam Limestone Mine (GO 534) / ML1', 'M/s. Dalmia Cement (Bharat) Limited', 'Dalmia Cement (Bharat) Limited, Dalmiapuram, Trichy - 621651', '04329235123', 'v.karthikeyan@dalmiacemen', '38TMN38001', '929', 'Limestone', '0', '60.60', '0.76', '0', '29/03/2031', '8.55', '4', '5.28', '4', '0', '0', '0', '571000', '0', '365', 'NIL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(13, 52, 2016, 'Century cement L/s Mine ML No - 5/1998', 'M/s Century Textiles & Industries Ltd.', 'Century Bhawan, Annie Basant Road, Worli, Mumbai', '0224957000', 'centextho@centurytex.com', '38CHG14024', '4952', 'Limestone', '0', '158.25', '0', '78.75', '03/08/2019', '100.9', '4', '96', '4', '0', '0', '0', '1081809', '0', '209', 'Not Applicable', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(14, 51, 2016, 'KIOM-MIOM', 'KIOM', 'AT & PO- SINGHBHUM(WEST), JHARKHAND', '06596244275', 'koimsafety@gmail.com', '30JHK18013', '5662', 'Hematite', '2897.49', '0', '0', '0', '31/03/2020', '22.98', '4', '22.98', '4', '0', '0', '0', '3648780', '0', '305', 'NA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(15, 37, 2016, 'Naokari Limestone Mine', 'Naokari Limestone Mine', 'UttraTech Cement Limited\r\nAwarpur Cement Works\r\nAwarpur (Post), Korpana (Taluka)\r\nChandrapur (Dist), Maharashtra (ST)\r\nPin Code 442 917', '9130080173', 'jayavelu.ganesha@adityabi', '38MSH08001', '441', 'Limestone and Shale', '0', '1030.58', '0', '0', '28/02/2030', '152.41', '4', '203.22', '4', '0', '0', '0', '3267779', '0', '306', 'seasonal Nallah', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(16, 41, 2016, 'The Sandur Manganese and Iron Ore Mine/2678', 'The Sandur Manganese & Iron ores limited', 'Lakshmipur,Sandur-583119,Bellari,Karnataka.', '08395260301', 'eps@sandurgroup.com', '30KAR03180', 'IBMM/35/2011', 'Manganese & Iron ore', '1612.72', '0', '247.38', '0', '31/12/2033', '89.11', '4', '73.76', '4', '0', '0', '0', '883953', '0', '296', 'Nil', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(17, 54, 2016, 'Panchpatmali Bauxite Mine/ 141', 'M/s National Aluminium Company Limited', 'NALCO Bhawan,P/1 Nayapallim Bhubaneswar -751061', '06742300660', 'dirprod@nalcoindia.co.in', '07ORI09001', 'IBM /116/2011', 'Bauxite', '1294.28', '0', '20.98', '0', '31/03/2020', '154.82', '4', '135.82', '4', '0', '0', '0', '6340142', '0', '366', 'Nil', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(18, 67, 2016, 'Coromandel Limestone Mine', 'The India Cements limited', 'Chilamkur (Village & Post), Yerraguntla (Mandal),YSR Kadapa(District),Andhra Pradesh.', '09440256341', 'ccp_mines@indiacements.co', '38APR04001', '613', 'Limestone & Clay', '0', '602.13', '0', '0', '17/11/2021', '260.04', '4', '260.04', '4', '0', '0', '0', '1272000', '0', '304', 'NIL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(19, 58, 2016, 'Krishnapuram Limestone Mine (G.O.Ms.No: 422) ', 'M/s. The India Cements Limited', 'Coromandel Towers, 93, Santhome High Road, Karpagam Avenue, Raja Annamalaipuram, Chennai - 600028', '04428572100', 'mines@indiacements.co.in', '38APR14029', '613', 'Limestone', '0', '528.65', '124.24', '0', '03/04/2007', '789.85', '4', '36.599', '4', '0', '0', '0', '980429', '0', '310', 'Dandi vagu', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(20, 85, 2016, '2147/M/2006', 'PENNA LIMESTONE QUARRIES LTD.', 'Plot.No.705,Laxshmi nivas,Road # No.3. Banjara hills,Hyd-500034', '04044565100', 'tandur.mines@pennacement.', '38APR23004', '8166', 'LIMESTONE', '0', '193.11', '28.81', '0', '27/08/2038', '143.92', '4', '100.14', '4', '0', '0', '0', '847700', '0', '306', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(24, 88, 2016, 'test', 'test', 'test', '1234567890', 'test@email.com', '14RAJ17003', '6381', 'test', '1', '1', '1', '1', '29/09/2016', '1', '0', '1', '0', '0', '0', '0', '1', '0', '185', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(25, 196, 2016, 'Emami Limestone Mines', 'Emami Cement Limited', 'Village & Post-Risda, Baloda Bazar,Dist.-Baloda Bazar-Bhatapara', '9926277724', 'dpdixit@emamicement.com', '38CHG19001', '16679', 'Limestone', '0', '359.64', '35.40', '0', '07/09/2059', '269.78', '4', '140.71', '0', '0', '0', '0', '0', '0', '271', '1 nalla', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(26, 84, 2016, 'GOMS No. 110', 'M/s. PENNA CEMENT INDUSTRIES LIMITED', 'PLOT NO. 705, LAKSHMI NIVAS, ROAD NO. 3, HYDERABAD', '0404456310', 'hr@pennacemetn.com', '38APR14036', '1099', 'LIMESTONE', '0', '98.72', '255.51', '0', '19/12/2021', '38.812', '4', '65.906', '4', '0', '0', '0', '982260', '0', '238', 'NA', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(27, 191, 2016, 'Rawan Limestone Mine/3580', 'Ambuja Cements Limited', 'P.O- Rawan, Tehsil - Baloda Bazar\r\nDistrict - BalodaBazar - Bhatapara\r\nState : Chhattisgarh, 493331', '07727220010', 'rajoo.joshi@ambujacement.', '38MPR28007', 'IBM/447/2011', 'Limestone', '0', '324.04', '0', '96.91', '25/06/2031', '182.15', '4', '80.09', '4', '0', '0', '0', '5.51', '4', '307', 'NIL', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(28, 195, 2016, 'MOPAR LIMESTONE MINE', 'KAPIL AGRAWAL', 'C-66, Sector-4, Devendra Nagar Raipur (C.G.)', '9826750000', 'kapil.mining@yahoo.in', '38CHG14018', '14283', 'LIMESTONE', '0', '0', '13.25', '0', '03/10/2022', '9606250', '2', '5151125', '2', '0', '0', '0', '176616.700', '0', '232', 'N.A.', '0000-00-00 00:00:00', '0000-00-00 00:00:00');-- ------------------------------------------------------------ Table structure for table `p1t1_contact_details`--CREATE TABLE IF NOT EXISTS `p1t1_contact_details` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `year` int(11) NOT NULL, `name` varchar(50) NOT NULL, `designation` varchar(50) NOT NULL, `contact_no` varchar(20) NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1395 ;---- Dumping data for table `p1t1_contact_details`--INSERT INTO `p1t1_contact_details` (`id`, `user_id`, `year`, `name`, `designation`, `contact_no`, `created_at`, `updated_at`) VALUES(141, 13, 2016, 'Sai Ramesh', 'Sr,Vice President(Works)', '1234', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(142, 13, 2016, 'K N Sidda Reddy', 'GM(Mines)', '12345', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(333, 4, 2016, 'vinay', 'manager', '9111555711', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(383, 49, 2016, 'Sri A.C. Biswal ', 'CGM , Mining', '9437072501', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(384, 49, 2016, 'Sri R. K. Gupta', '(Addl. GM) Finance', '09853066840', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(385, 49, 2016, 'Sri D.K Mahanta ', '(DGM) Geology', '9437437153', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(386, 49, 2016, ' Sri S. K. Acharya ', '(DGM) Personal', '9439632493', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(387, 49, 2016, 'Dr. Parameswar Sethi ', 'AGM(Medical)', '9437005179', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(401, 50, 2016, 'U.P. Pahadia', 'Vice President ', '8890029297', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(461, 39, 2016, 'Shri.N.Ramanathan', 'vice precident(Manuf)', '9942944490', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(466, 22, 2016, 'Debashis Jena', 'Chief (Noamundi)', '8092024585', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(467, 22, 2016, 'Awnish Kumar', 'Head (Operation)', '8092024585', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(468, 22, 2016, 'Dr.Indranil Sah', 'Principal Geologist', '8092024585', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(469, 22, 2016, 'S.S. Rout', 'Head (Logistic)', '8092024585', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(470, 22, 2016, 'Nirmal Bhattacharjee', 'Head (Processing Plant)', '8092024585', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(471, 22, 2016, 'Anudhyan Mishra', 'Sr.Manager( Safety)', '8092024585', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(472, 22, 2016, 'R. P. Mali', 'Head (Planning and Environment)', '8092024585', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(473, 22, 2016, 'Dr.Dinendra Kumar', 'CMO', '8092024585', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(474, 22, 2016, 'N.C. Jha', 'Head (Account)', '8092024585', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(475, 22, 2016, 'Sisir Tarafder', 'Unit Head( TSRDS)', '8092024585', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(476, 22, 2016, 'Himangshu Sekhar', 'Sr.Manager (HR)', '8092024585', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(600, 51, 2016, 'D. K. BARMAN', 'DGM(MINES)', '06596244275', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(601, 51, 2016, 'R N SATPATHY', 'DGM(BE)', '06596244275', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(602, 51, 2016, 'A K BEHRA', 'DGM(GEO)', '06596244275', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(603, 51, 2016, 'N SONKUSHARE', 'AGM(ELECT.) I/C CSR', '06596244275', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(604, 51, 2016, 'U S PAREYA', 'AGM(GEO)', '06596244275', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(605, 51, 2016, 'MANOJ KUMAR', 'AGM(MIN.)', '06596244275', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(606, 51, 2016, 'A P SINGH', 'SR. MGR(E&L)', '06596244275', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(607, 51, 2016, 'AJAY KUMAR', 'SR. MGR.(FINANCE)', '06596244275', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(652, 44, 2016, 'S.Makesh', 'GM Mines', '9865165326', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(653, 44, 2016, 'R.Kamaraj', 'Mines Manager', '9865162611', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(654, 44, 2016, 'I.Subbiah', 'AGM - CA & CSR', '9865196956', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(655, 44, 2016, 'K.Venkatasubramanian', 'Sr.Engineer (Environment)', '9865111153', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(656, 44, 2016, 'R.Karthikeyan', 'Asst. Manager - Mines Costing', '9750963826', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(657, 44, 2016, 'K.Prakash', 'Sr.Manager - HR', '9865133922', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(694, 52, 2016, 'B P Mishra', 'Mines head', '9424207037', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(864, 43, 2016, 'Mr. RavindraLagwankar ', 'Mines Manager (Mines)', '09449876640', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(865, 43, 2016, 'Mr ShambulingaPatil ', 'Head Env Cell', '9449876681', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(866, 43, 2016, 'Mr. J.Vidyasagar Rao', 'DGM - CSR', '9449876624', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(867, 43, 2016, 'Mr. A K Dayama ', 'Officer - Accounts Dept. ', '9449876535', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(868, 43, 2016, 'Mr. Kuberappa', 'Officer - HRD', '9449876667', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(869, 43, 2016, 'Mr.Vishwanath.D', 'Dy.Manager- Mines ', '9449876630', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(870, 46, 2016, 'T.Raja ', 'Head Personnel', '9449871012', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(871, 46, 2016, 'S.K JAIN', 'HEAD MINING', '9449871009', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(872, 46, 2016, 'A.K PADHY', 'HEAD FINANCE', '9449871007', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(873, 46, 2016, 'S.D. KHATAVKER', 'HEAD-ENV', '9449844526', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(874, 46, 2016, 'S.CHAKRAVORTY', 'HEAD CIVIL', '9449871024', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(875, 46, 2016, 'A.K SINGH', 'HEAD - CSR', '9480849218', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(896, 45, 2016, 'MANOJ KUMAR SINGH', 'MINIES MANAGER', '9431395356', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(897, 45, 2016, 'AVIJIT MAJI', 'GEOLOGIST', '9334350347', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(898, 45, 2016, 'AJOY SINGH', 'FOREMAN', '7541090651', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(899, 41, 2016, 'S.Y.Ghorpade', 'Chairman & Managing Director', '08395 260301', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(900, 41, 2016, 'Nazim Sheikh', 'Joint Managing Director', '08395 260301', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(901, 41, 2016, 'V. Balasubhramanian', 'Director', '08395 260301', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(902, 41, 2016, 'U.R.Acharya', 'Director Commercial', '08395 260301', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(903, 41, 2016, 'K.Raman', 'Chief Finance Officer', '08395 260301', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(904, 41, 2016, 'Md.Abdul Saleem', 'CS & CGM(Mines)', '9448497927', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(905, 41, 2016, 'H.Yellappa', 'Add. General Manager(Mines)', '9448497982', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(906, 41, 2016, 'V.Jayaprakash', 'Add. General Manager(IOP)', '9448497931', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(907, 41, 2016, 'L.Gnanapregasam', 'DGM(Mines)', '9448497924', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(908, 41, 2016, 'Shridhar P Hegde', 'DGM(Planning)', '9448497925', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(909, 41, 2016, 'B.Nagaraj', 'DGM(Survey & Env.)', '9448497947', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(910, 41, 2016, 'K Bachalappa', 'Sr. Mines Manger', '9448497915', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(911, 41, 2016, 'R. Prakashbabu', 'Mines Manager', '9448497955', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(950, 53, 2016, 'S.B. SHARMA', 'VICE PRESIDENT', '09351468025', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(981, 54, 2016, 'S K Patnaik', 'AGM(Env)', '9437107603', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1012, 37, 2016, 'Shri. G. Balasubramaniam', 'Unit Head', '07173 266330', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1013, 37, 2016, 'Shri. Jayavelu', 'Asst. Vice President', '07173 266330', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1014, 37, 2016, 'Shri. Vinay S Chitale', 'General Manager - Mines', '07173 266330', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1015, 37, 2016, 'Shri. Rajiv Arora ', 'F & C', '07173 266330', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1016, 37, 2016, 'Shri. Ashish Pasbola ', 'General Manager - Admin, Security and CSR', '07173 266330', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1017, 37, 2016, 'Shri. Ratnesh ', 'Manager - Environment ', '07173 266330', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1018, 37, 2016, 'Shri. Jagan Reddy ', 'Asst Manager - Geology', '07173 266330', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1025, 47, 2016, 'Dr. Meda Ventatiaiah', 'Executive Director (Mines)', '9900256797', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1026, 47, 2016, 'Sri Madhusudhan', 'Vice President (Mines)', '9900256759', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1027, 47, 2016, 'Sri H K Ramesh', 'DGM CSR', '9900596043', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1124, 16, 2016, 'Shri M.M. Patil,', 'Unit Head & Chairman', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1125, 16, 2016, 'Shri R. Jagannath Rao,', 'Sr.GM (CSR Head)', '8498058092', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1126, 16, 2016, 'Shri Vijay Keshav Chakunde', 'Agent(Mines)', '8096508090', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1127, 16, 2016, 'Shri K. Rajender,', 'AGM-Mines', '8096508091', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1128, 16, 2016, 'Shri D.S.N. Raju,', 'Manager-Geo', '8096661493', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1129, 16, 2016, 'Shri G. Balakrishna,', 'Manager-Env', '8187896326', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1130, 16, 2016, 'Shri P. Vijay Chandra', 'Manager-A/c', '9948089621', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1131, 16, 2016, 'Dr. K. Phani Bhushan', 'Medical Officer', '8096508109', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1140, 58, 2016, 'A.Janakirami Reddy', 'JGM (Mines)', '9490758030', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1141, 58, 2016, 'Ch.Srinivas', 'Sr.Manager (Mines)', '9490758044', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1152, 85, 2016, 'R.Nagaraju', 'Agent (Mines)/C.G.M(Operations)', '8498096000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1153, 85, 2016, 'M.Kanaka Babu', 'Manager (Geology)', '8096002470', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1154, 85, 2016, 'C.Venkat Ramanaiah', 'Manager (Mines)', '8096093332', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1165, 67, 2016, 'M Venugopal Reddy', 'Head (Mines)', '09440256341', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1166, 67, 2016, 'J.Srinivas', 'Head (HR)', '9441293215', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1167, 67, 2016, 'R.Annadurai', 'Head (F&A)', '9440808326', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1168, 67, 2016, 'R.Jaya Raman', 'Head (Environment)', '9441290871', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1169, 67, 2016, 'M.V.Satya Sai', 'Head (CSR)', '9440409150', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1219, 42, 2016, 'Joseph Coelho', 'Head-Operations', '9765565523', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1220, 42, 2016, 'Ulhas Nagvemkar', 'Head-Mining Services', '9765565526', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1221, 42, 2016, 'Audhut Borkar', 'Head-Maintenance', '9765565518', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1222, 42, 2016, 'Mahesh Mahajan', 'Head-HSE', '9922436882', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1223, 42, 2016, 'Clarence D''Souza', 'AGM-Safety', '9765565536', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1224, 42, 2016, 'Govind Raj', 'Head-Business Excellance', '8146628315', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1225, 42, 2016, 'Abhishek Akar', 'AGM-Finance', '9764031911', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1226, 42, 2016, 'Joaquim D''Costa', 'Head-S&OP, PQ', '7875942680', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1227, 42, 2016, 'Vijayanand Chakrasali', 'Head-South Cluster', '9923322616', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1228, 42, 2016, 'Vijay Mehta', 'Mines Manager', '9923597328', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1229, 42, 2016, 'Jagdish Desai', 'Head-Environment', '9822696852', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1230, 42, 2016, 'Ram Sawant', 'Manager-Logistics', '9823129221', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1231, 42, 2016, 'Austin D''Souza', 'Associate Manager-Legal', '9545511600', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1232, 42, 2016, 'Ashish Pilankar', 'Associate Manager-Community Relations', '9850515573', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1233, 42, 2016, 'Sharon D''Souza', 'Senior Engineer-Environment', '9049603624', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1234, 42, 2016, 'Aditya Anchaliya', 'Senior Engineer-Environment', '9168665762', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1235, 42, 2016, 'Joy-Afonso', 'Head-HR, IR & Administration', '9011608483', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1236, 42, 2016, 'Noronha Jason', 'Associate Manager-Maintenance', '9764245860', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1248, 26, 2016, 'Sh. Rajeev Bora ', 'Agent', '9799099771', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1249, 26, 2016, 'Sh. Sanjay Kumar Sharma ', 'Mines Manager', '8003097074', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1250, 26, 2016, 'Sh. Joydeep Chandra', 'Mill Head', '9001294929', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1251, 26, 2016, 'Sh. Ram Murari ', 'Mining Engineer', '9799490163', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1252, 26, 2016, 'Sh. Lalit Chordia ', 'Geologist', '8003696135', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1253, 26, 2016, 'Ms. Gunjan Agnihotri ', 'Human Resources', '7742161444', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1254, 26, 2016, 'Ms. Raksha Jain ', 'Head Finance', '8003096906', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1255, 26, 2016, 'Sh. Zakiuddin Sheikh ', 'Environment head', '9001994475', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1256, 26, 2016, 'Sh. S.N Tailor ', 'Corporate Social Responsibility', '8003090291', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1257, 38, 2016, 'Unit Head', 'OC', '9001294924', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1258, 38, 2016, 'Unit Head', 'Underground', '9928882852', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1270, 88, 2016, 'Shri A K Sen', 'ED/ KCC', '9414084804', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1271, 88, 2016, 'Shri P K Kundaliya', 'DGM (Electrical)', '9414081109', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1272, 88, 2016, 'Shri A K Singh', 'DGM (Exploration)', '9413367033', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1273, 88, 2016, 'Shri S D Sharma', 'AGM (Mines)', '9413366801', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1274, 88, 2016, 'Shri P bhattacharya', 'AGM (Training)', '9414145131', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1275, 88, 2016, 'Shri R C Shrimali', 'AGM (Mine Planing)', '9413367385', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1276, 88, 2016, 'Shri J C Agarwal', 'AGM (Mechanical)', '9413366020', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1277, 88, 2016, 'Shri Avinash Shrivastva', 'AGM (M&C)', '9414083728', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1278, 88, 2016, 'Shri B Alphonsus', 'AGM (HR)', '9414084185', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1279, 88, 2016, 'Shri A K Dutta', 'AGM (Finance)', '9414083994', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1280, 88, 2016, 'Shri O S Shekhawat', 'CM (Admin/CSR)', '9414540435', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1300, 73, 2016, 'A.Janakirami Reddy', 'JGM (Mines)', '9490758030', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1317, 82, 2016, 'Shri MM Patil', 'Unit Head & Chairman', '9666576660', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1318, 82, 2016, 'Shri R Jagannath Rao', 'Sr GM(CSR Head)', '8498058092', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1319, 82, 2016, 'Shri Vijay Keshav Chakunde', 'Agent (Mines)', '8096508090', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1320, 82, 2016, 'Shri K Rajender', 'AGM (Mines)', '8096508091', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1321, 82, 2016, 'Shri DSN Raju', 'Manager (Geology)', '8096661493', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1322, 82, 2016, 'Shri G Balakrishna', 'Manager (Environment)', '8187896326', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1323, 82, 2016, 'Shri P Vijay Chandra', 'Manager (Accounts)', '9948089621', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1324, 82, 2016, 'Shri K Phani Bhushan', 'Medical Officer', '8096508109', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1325, 84, 2016, 'V GURU MURTHY', 'GENERAL MANAGER (W)', '9490162499', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1326, 84, 2016, 'M RAMCHANDER', 'AGM-Mines', '8096900267', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1331, 83, 2016, 'P.Venkata Krishnaiah Yadav', 'General Manager(Works)', '9440906826', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1332, 83, 2016, 'K.Ramakrishna Reddy', 'Asst.General Manager(Mines)', '9492131960', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1333, 83, 2016, 'B.Prabhakar Reddy', 'Sr.Manager(HR)', '9490264138', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1351, 87, 2016, 'Shri A K Sen', 'ED/ KCC', '09414084804', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1352, 87, 2016, 'Shri V K Singhal', 'DGM (Electrical)', '09414081141', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1353, 87, 2016, 'Shri D R Mehta', 'DGM (Mines)', '9413366873', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1354, 87, 2016, 'Shri A K Singh', 'DGM (Exploration)', '9413367033', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1355, 87, 2016, 'Shri P Bhattacharya', 'AGM (Training)', '9414145131', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1356, 87, 2016, 'Shri R C Shrimali', 'AGM (Mine Planing)', '9413367385', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1357, 87, 2016, 'Shri J C Agarwal', 'AGM (Mechanical)', '9413366020', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1358, 87, 2016, 'Shri Avinash Shrivastva', 'AVM (M&C)', '9414083728', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1359, 87, 2016, 'Shri B Alphonsus', 'AGM (HR)', '9414084185', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1360, 87, 2016, 'Shri A K Dutta', 'AGM (Finance)', '9414083994', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1361, 87, 2016, 'Shri O S Shekhawat', 'CM (Admin / CSR)', '9414540435', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1371, 55, 2016, 'Shri. D.K.Choudhary ', 'GM/ ICC', '9576770740', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1372, 55, 2016, 'P. N.. Mishra', 'DGM ( M&HS)', '9334279027', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1373, 55, 2016, 'K.P. Bisoi', 'AGM (HR&A)', '7546858616', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1374, 55, 2016, 'Sanjay Singh', 'DGM (ES)', '9430173137', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1375, 55, 2016, 'Deepak Srivastava ', 'AGM (Mech.)', '8757244577', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1376, 55, 2016, 'Debasish De', 'AGM (Finance)', '9798599726', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1377, 55, 2016, 'Manas R. Barik', 'Advisor (CSR)', '9431705404', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1378, 55, 2016, 'Mukesh Choudhary', 'Dy Mgr (CSR)', '06585225870', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1379, 55, 2016, 'S.K. Patnaik', 'Chief Manager (Survey)', '9934392100', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1380, 72, 2016, 'A.Janakirami Reddy', 'JGM (Mines)', '9490758030', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1381, 72, 2016, 'M.Udaya Bhaskara Rao', 'Chief Manager (Mines)', '9490758046', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1382, 190, 2016, 'NEERAJ THAKUR', 'HEAD-IRON ORE MINE/AGENT', '7747013700,942420613', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1384, 48, 2016, 'Harish Badami', 'Owner', '07882285081', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1389, 195, 2016, 'NISHESH BAGHEL', 'MINES MANAGER ', '8085308069', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1390, 196, 2016, 'Dinesh Dixit ', 'General manager (Mines)', '9926277729', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1391, 196, 2016, 'Trithabasi sahu', 'Dy. General Manager', '7583807053', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1392, 196, 2016, 'Gajendra Prasad sahu', 'Sr.Manager(Mines)', '9926255513', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1393, 196, 2016, 'Mohammad siddik', 'Dy.Manager(geology)', '7583807116', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(1394, 191, 2016, 'Ajay Kapur', 'MD&CEO', '02240667268', '0000-00-00 00:00:00', '0000-00-00 00:00:00');-- ------------------------------------------------------------ Table structure for table `p1t2`--CREATE TABLE IF NOT EXISTS `p1t2` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `year` int(11) NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `mining_approved_mining` varchar(15) NOT NULL, `mining_area_utilization` varchar(15) NOT NULL, `mining_aditional_area` varchar(15) NOT NULL, `mining_cumulative` varchar(15) NOT NULL, `mineral_storage_approved_mining` varchar(15) NOT NULL, `mineral_storage_area_utilization` varchar(15) NOT NULL, `mineral_storage_aditional_area` varchar(15) NOT NULL, `mineral_storage_cumulative` varchar(15) NOT NULL, `mineral_beneficiation_approved_mining` varchar(15) NOT NULL, `mineral_beneficiation_area_utilization` varchar(15) NOT NULL, `mineral_beneficiation_aditional_area` varchar(15) NOT NULL, `mineral_beneficiation_cumulative` varchar(15) NOT NULL, `township_approved_mining` varchar(15) NOT NULL, `township_area_utilization` varchar(15) NOT NULL, `township_aditional_area` varchar(15) NOT NULL, `township_cumulative` varchar(15) NOT NULL, `tailing_pond_approved_mining` varchar(15) NOT NULL, `tailing_pond_area_utilization` varchar(15) NOT NULL, `tailing_pond_aditional_area` varchar(15) NOT NULL, `tailing_pond_cumulative` varchar(15) NOT NULL, `railways_approved_mining` varchar(15) NOT NULL, `railways_area_utilization` varchar(15) NOT NULL, `railways_aditional_area` varchar(15) NOT NULL, `railways_cumulative` varchar(15) NOT NULL, `roads_approved_mining` varchar(15) NOT NULL, `roads_area_utilization` varchar(15) NOT NULL, `roads_aditional_area` varchar(15) NOT NULL, `roads_cumulative` varchar(15) NOT NULL, `infrastructure_approved_mining` varchar(15) NOT NULL, `infrastructure_area_utilization` varchar(15) NOT NULL, `infrastructure_aditional_area` varchar(15) NOT NULL, `infrastructure_cumulative` varchar(15) NOT NULL, `waste_dump_approved_mining` varchar(15) NOT NULL, `waste_dump_area_utilization` varchar(15) NOT NULL, `waste_dump_aditional_area` varchar(15) NOT NULL, `waste_dump_cumulative` varchar(15) NOT NULL, `soil_preservation_approved_mining` varchar(15) NOT NULL, `soil_preservation_area_utilization` varchar(15) NOT NULL, `soil_preservation_aditional_area` varchar(15) NOT NULL, `soil_preservation_cumulative` varchar(15) NOT NULL, `area_reclaimed_approved_mining` varchar(15) NOT NULL, `area_reclaimed_area_utilization` varchar(15) NOT NULL, `area_reclaimed_aditional_area` varchar(15) NOT NULL, `area_reclaimed_cumulative` varchar(15) NOT NULL, `others_approved_mining` varchar(15) NOT NULL, `others_area_utilization` varchar(15) NOT NULL, `others_aditional_area` varchar(15) NOT NULL, `others_cumulative` varchar(15) NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=34 ;---- Dumping data for table `p1t2`--INSERT INTO `p1t2` (`id`, `user_id`, `year`, `created_at`, `updated_at`, `mining_approved_mining`, `mining_area_utilization`, `mining_aditional_area`, `mining_cumulative`, `mineral_storage_approved_mining`, `mineral_storage_area_utilization`, `mineral_storage_aditional_area`, `mineral_storage_cumulative`, `mineral_beneficiation_approved_mining`, `mineral_beneficiation_area_utilization`, `mineral_beneficiation_aditional_area`, `mineral_beneficiation_cumulative`, `township_approved_mining`, `township_area_utilization`, `township_aditional_area`, `township_cumulative`, `tailing_pond_approved_mining`, `tailing_pond_area_utilization`, `tailing_pond_aditional_area`, `tailing_pond_cumulative`, `railways_approved_mining`, `railways_area_utilization`, `railways_aditional_area`, `railways_cumulative`, `roads_approved_mining`, `roads_area_utilization`, `roads_aditional_area`, `roads_cumulative`, `infrastructure_approved_mining`, `infrastructure_area_utilization`, `infrastructure_aditional_area`, `infrastructure_cumulative`, `waste_dump_approved_mining`, `waste_dump_area_utilization`, `waste_dump_aditional_area`, `waste_dump_cumulative`, `soil_preservation_approved_mining`, `soil_preservation_area_utilization`, `soil_preservation_aditional_area`, `soil_preservation_cumulative`, `area_reclaimed_approved_mining`, `area_reclaimed_area_utilization`, `area_reclaimed_aditional_area`, `area_reclaimed_cumulative`, `others_approved_mining`, `others_area_utilization`, `others_aditional_area`, `others_cumulative`) VALUES(2, 4, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '280', '180.3', '150.3', '330.6', '355', '5.92', '145.50', '151.42', '300', '145.50', '150', '295.5', '300', '145.5', '145.4', '290.9', '145.50', '300', '150', '280', '145.50', '145.50', '280', '425.5', '145.50', '150', '300', '450', '150', '145.50', '300', '445.5', '150', '150', '300', '450', '150', '145.50', '280', '425.5', '145.50', '150', '150.5', '300.5', '280', '145.50', '280', '425.5'),(3, 13, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '83', '74.5', '7.00', '81.5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '1', '0.5', '0.5', '0', '0.5', '0', '0', '0', '0', '2.10', '2.10', '0', '2.10', '0', '2.0', '1', '3', '0', '0', '0', '0'),(4, 16, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '88.3', '82.48', '1.3', '83.78', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1.65', '1.65', '0', '1.65', '1.5', '1.5', '0', '1.5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '12.91', '2', '14.61'),(5, 38, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '175.12', '160.43', '14.69', '175.12', '6.5', '6.5', '0', '6.5', '45', '45', '0', '45', '8', '8', '0', '8', '189.6', '178.06', '3.13', '181.19', '0', '0', '0', '0', '4', '4', '0', '4', '29.14', '29.14', '0', '29.14', '323.41', '274.5', '33.26', '307.76', '0', '0', '0', '0', '26.1', '26.1', '0', '26.1', '0', '0', '0', '0'),(6, 43, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '150.54', '131.13', '7.87', '139', '4.61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3.3', '9.56', '0', '9.56', '1.65', '1.28', '0.25', '1.53', '0', '0', '0', '0', '11.437', '17.52', '0', '17.52', '0', '5.23', '0', '5.23', '28.10', '26.58', '0.77', '27.349999999999'),(7, 48, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '72.86', '72.86', '1.7', '74.56', '4.18', '4.18', '0', '4.18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2.1', '2.1', '0', '2.1', '2.82', '2.82', '0', '2.82', '26.61', '26.61', '0', '26.61', '0.85', '0.85', '0.33', '1.18', '0', '0', '0', '0', '0', '0', '0', '0'),(8, 45, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '12.16', '47.21', '4.63', '51.84', '0.00', '0.0', '0.00', '0', '0.00', '0.00', '0.00', '0', '0.00', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2.79', '2.79', '0.00', '2.79', '0.07', '0.00', '0.07', '0.07', '0', '0', '0', '0', '2.15', '2.15', '0.73', '2.88', '9.63', '37.89', '4.12', '42.01', '0.12', '.6', '0.12', '0.72'),(9, 46, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '183.81', '205.35', '0', '205.35', '0', '0', '0', '0', '5.50', '5.50', '0', '5.5', '0', '0', '0', '0', '10.00', '13.15', '0', '13.15', '0', '0', '0', '0', '18.60', '21.00', '0', '21', '6.50', '6.50', '0', '6.5', '74.92', '101.83', '0', '101.83', '0', '0', '0', '0', '59.78', '65.00', '0', '65', '298.21', '184.71', '0', '184.71'),(10, 39, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '3.84', '3.84', '0', '3.84', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0.17', '0.17', '0', '0.17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0.82', '0.82', '0', '0.82', '0', '0', '0', '0'),(11, 53, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', '235.00', '18.00', '253', '0', '7.0', '0.00', '7', '0', '5.4', '0.00', '5.4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '5.0', '0', '5', '0', '10.0', '0', '10', '0', '20.10', '0', '20.1', '0', '18.04', '0.25', '18.29', '0', '0', '0', '0', '0', '82.93', '6.87', '89.800000000000', '0', '91.95', '4.5', '96.45'),(12, 41, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '404', '408.00', '2.85', '410.85', '68.03', '68.03', '0', '68.03', '0', '0', '0', '0', '23.00', '23.00', '0', '23', '0', '0', '0', '0', '0', '0', '0', '0', '14.62', '14.62', '0', '14.62', '17.60', '17.60', '0', '17.6', '321.75', '324.25', '4.65', '328.9', '0', '0', '0', '0', '0', '0.35', '0.15', '0.5', '1013.64', '1004.24', '0', '1004.24'),(13, 47, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '91.322', '89.315', '0', '89.315', '17.741', '17.741', '0', '17.741', '2.704', '2.704', '0', '2.704', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '7.928', '7.928', '0', '7.928', '5.925', '5.925', '0', '5.925', '56.91', '74.132', '0', '74.132', '0', '0', '0', '0', '158.677', '140.054', '0', '140.054', '13.503', '16.911', '0', '16.911'),(14, 26, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', '0', '0', '0', '9', '7', '0', '7', '26', '12', '0', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '12', '8', '0', '8', '10', '4.2', '0', '4.2', '0', '0', '0', '0', '0', '7.11', '0', '7.11', '44.38', '87.2', '0', '87.2'),(15, 22, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '447.10', '447.10', '0', '447.1', '0', '0', '0', '0', '19.79', '19.79', '0', '19.79', '145.11', '145.11', '0', '145.11', '0', '0', '0', '0', '0', '0', '0', '0', '8.09', '8.09', '0', '8.09', '18.69', '18.69', '0', '18.69', '82.34', '82.34', '0', '82.34', '0', '0', '0', '0', '0', '0', '0', '0', '8.14', '8.14', '0', '8.14'),(16, 52, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0', '111.12', '0.20', '111.32000000000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1.695', '0', '1.695', '0', '2.320', '0', '2.32', '0', '4.226', '0', '4.226', '0', '0', '0', '0', '0', '0', '0', '0', '13.91', '13.91', '0.62', '14.53', '0', '79.614', '0.835', '80.449'),(17, 44, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '43.7', '43.7', '0.8', '44.5', '0.54', '0.54', '0', '0.54', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0.14', '0.14', '0', '0.14', '0.1', '0.1', '0', '0.1', '6.34', '6.34', '0', '6.34', '0', '0', '0', '0', '0', '0', '0.84', '0.84', '10.545', '10.545', '0', '10.545'),(18, 42, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '84.4428', '84.4428', '0.0000', '84.4428', '5.0943', '5.0943', '0.0000', '5.0943', '17.5378', '17.5378', '0.0000', '17.5378', '0.0000', '0.0000', '0.0000', '0', '0.0000', '0.0000', '0.0000', '0', '0.0000', '0.0000', '0.0000', '0', '1.0469', '1.0469', '0.0000', '1.0469', '9.6754', '9.6754', '0.0000', '9.6754', '0.0000', '0.0000', '0.0000', '0', '0.0000', '0.0000', '0.0000', '0', '0.0000', '0.0000', '0.0000', '0', '0.0000', '0.0000', '0.0000', '0'),(19, 37, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '180.81', '180.81', '13.16', '193.97', '2.45', '2.45', '0', '2.45', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '6.62', '6.62', '0', '6.62', '6.16', '6.16', '0', '6.16', '27.22', '26.06', '1.19', '27.25', '18.23', '18.23', '0', '18.23', '67.16', '67.16', '2', '69.16', '0', '0', '0', '0'),(20, 51, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '107.2', '107.2', '0', '107.2', '12', '12', '0', '12', '0', '0', '0', '0', '35', '35', '0', '35', '40.93', '40.93', '0', '40.93', '2', '2', '0', '2', '75', '75', '0', '75', '10', '10', '0', '10', '17', '17', '0', '17', '0', '0', '0', '0', '8.3', '0', '3', '3', '0', '0', '0', '0'),(21, 50, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '26.980', '26.980', '0', '26.98', '1.200', '1.200', '0', '1.2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0.500', '0.500', '0', '0.5', '7.830', '7.830', '0', '7.83', '0.010', '0.010', '0', '0.01', '0', '0', '0', '0', '4.650', '4.650', '0', '4.65'),(22, 55, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2.52', '2.52', '0', '2.52', '4.85', '4.85', '0', '4.85', '0', '0', '0', '0', '10.69', '10.69', '0', '10.69', '0', '0', '0', '0', '0', '0', '0', '0', '1.88', '1.88', '0', '1.88', '8.41', '8.41', '0', '8.41', '5.49', '5.49', '0', '5.49', '2.94', '2.94', '0', '2.94', '0', '0', '0', '0', '29.55', '29.55', '0', '29.55'),(23, 87, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.0323', '0.0323', '0', '0.0323', '1.20', '1.20', '0', '1.2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '.66', '0', '0', '0', '3.58', '3.58', '0', '3.58', '20.02', '20.02', '0', '20.02', '14.69', '14.69', '0', '14.69', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),(24, 88, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0.938', '0.938', '0.020', '0.958', '0.300', '0.300', '0', '0.3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0.110', '0', '0', '0', '1.590', '1.590', '0', '1.59', '4.070', '4.070', '0', '4.07', '1.640', '1.640', '0', '1.64', '0', '0', '0', '0', '0', '0', '0', '0', '6.810', '6.810', '0', '6.81'),(25, 67, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '100.62', '106.06', '0', '106.06', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3.50', '3.50', '0', '3.5', '0.16', '0.16', '0', '0.16', '40.52', '44.57', '0', '44.57', '0', '0', '0', '0', '0', '1.93', '0.60', '2.53', '0', '0', '0', '0'),(26, 58, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '40.41', '32.0', '1.83', '33.83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1.11', '1.11', '0', '1.11', '0.11', '0.11', '0', '0.11', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'),(27, 82, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '88.381', '82.489', '1.3', '83.789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1.65', '1.65', '0', '1.65', '1.5', '1.5', '0', '1.5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '8.28', '12.91', '2', '14.91'),(28, 72, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '55.53', '55.53', '0.97', '56.5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1.07', '1.07', '0', '1.07', '45.42', '45.42', '0', '45.42', '0', '0', '0', '0', '0', '0', '0', '0', '6.65', '6.65', '0', '6.65', '0', '0', '0', '0'),(29, 85, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '24.85', '24.85', '0', '24.85', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2.88', '2.88', '0', '2.88', '0.23', '0.23', '0', '0.23', '0', '0', '0', '0', '7.23', '7.23', '0', '7.23', '0', '0', '0', '0', '4.24', '4.24', '0', '4.24'),(30, 73, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '115.51', '119.88', '2.12', '122', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '4.69', '4.69', '0', '4.69', '2.09', '2.09', '0', '2.09', '5.92', '5.92', '0', '5.92', '0', '0', '0', '0', '6.78', '8.36', '0', '8.36', '288.83', '284.46', '0', '284.46'),(31, 83, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '38.766', '27.00', '3.5', '30.5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1.604', '1.6', '0', '1.6', '0', '0', '0', '0', '0', '0', '0', '0', '0.25', '0', '0', '0', '0', '0', '0', '0', '5', '2.65', '1.0', '3.65'),(32, 196, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '6.94', '0', '4.09', '4.09', '4.60', '0', '3.71', '3.71', '2.16', '2.16', '0', '2.16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '.21', '.20', '0', '0.2', '.18', '0', '.17', '0.17', '1.03', '4.151', '1.00', '5.151', '0', '0', '0', '0', '0', '0', '0', '0'),(33, 190, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '13.30', '0', '1.80', '1.8', '1.25', '0', '1.0', '1', '1.0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '4.50', '0', '0.5', '0.5', '0.50', '0', '0', '0', '3.50', '0.5', '0.6', '1.1', '0', '0', '0', '0', '1.0', '0', '0', '0', '0', '0', '0', '0');-- ------------------------------------------------------------ Table structure for table `p1t3`--CREATE TABLE IF NOT EXISTS `p1t3` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `year` int(11) NOT NULL, `rent_paid` varchar(20) NOT NULL, `taxes_paid` varchar(20) NOT NULL, `contribution_to_dmf` varchar(20) NOT NULL, `contribution_to_nmet` varchar(20) NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=34 ;---- Dumping data for table `p1t3`--INSERT INTO `p1t3` (`id`, `user_id`, `year`, `rent_paid`, `taxes_paid`, `contribution_to_dmf`, `contribution_to_nmet`, `created_at`, `updated_at`) VALUES(1, 16, 2016, '989.00', '49', '296', '19', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(2, 4, 2016, '242358.00', '550.22', '43435.88', '423490.654', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(3, 13, 2016, '188.00', '98.558', '0', '44', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(4, 38, 2016, '71564.00', '1431.00', '0.00', '0.00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(5, 43, 2016, '4522', '54', '0', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(6, 48, 2016, '46168615', '577107', '3763634', '1113533', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(7, 45, 2016, '19965195.00', '0.00', '0.00', '399310', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(8, 46, 2016, '15499', '6368', '4650', '310', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(9, 53, 2016, '1799.56', '23.77', '539.87', '35.99', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(10, 39, 2016, '0', '0', '0', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(11, 41, 2016, '1987', '38', '1540', '40', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(12, 47, 2016, '1035000.00', '14257000.00', '212483000.00', '5721000.00', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(13, 26, 2016, '25380.50', '0', '0', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(14, 22, 2016, '11665', '142', '3499', '233', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(15, 52, 2016, '86544780', '16358596', '15760945', '1173154', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(16, 44, 2016, '30622080', '0', '9186624', '612441.60', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(17, 42, 2016, '7.14715', '0.14065', '2.14415', '0.14294', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(18, 37, 2016, '255424020', '3208344', '0', '5989828', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(19, 51, 2016, '1049092575', '3485229', '5490734', '11765005', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(20, 50, 2016, '164.5', '0.00704', '1.91', '0.127', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(21, 55, 2016, '358', '2', '107', '7', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(22, 87, 2016, '90627003', '1754424', '0', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(23, 88, 2016, '83476960', '792585', '0', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(24, 67, 2016, '100800000', '5027350', '0', '1544000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(25, 58, 2016, '80825200', '4056220', '0', '1601784', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(26, 82, 2016, '989.24480', '49.76688', '296.77344', '19.78490', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(27, 72, 2016, '18056000', '904828', '0', '346720', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(28, 85, 2016, '676.44000', '25.36650', '0', '5.44', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(29, 73, 2016, '71600000', '3655764', '0', '1448000', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(30, 83, 2016, '76.157002', '43.99262', '0', '16.86869', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(31, 196, 2016, '790100', '1976', '0', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(32, 190, 2016, '600', '86.58', '45', '5', '0000-00-00 00:00:00', '0000-00-00 00:00:00'),(33, 191, 2016, '441202160', '86240367', '69472008', '10469345', '0000-00-00 00:00:00', '0000-00-00 00:00:00');-- ------------------------------------------------------------ Table structure for table `p1t4`--CREATE TABLE IF NOT EXISTS `p1t4` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `year` int(11) NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, `mining_letter_no` varchar(50) NOT NULL, `mining_date_approved` varchar(20) NOT NULL, `mining_validity` varchar(50) NOT NULL, `mining_annual_quantity` varchar(50) NOT NULL, `mining_annual_quantity_unit` varchar(15) NOT NULL, `environment_letter_no` varchar(50) NOT NULL, `environment_date_approved` varchar(20) NOT NULL, `environment_validity` varchar(50) NOT NULL, `environment_annual_quantity` varchar(50) NOT NULL, `environment_annual_quantity_unit` varchar(15) NOT NULL, `spcb_establish_letter_no` varchar(50) NOT NULL, `spcb_establish_date_approved` varchar(20) NOT NULL, `spcb_establish_validity` varchar(50) NOT NULL, `spcb_establish_annual_quantity` varchar(50) NOT NULL, `spcb_establish_annual_quantity_unit` varchar(15) NOT NULL, `spcb_operate_letter_no` varchar(50) NOT NULL, `spcb_operate_date_approved` varchar(20) NOT NULL, `spcb_operate_validity` varchar(50) NOT NULL, `spcb_operate_annual_quantity` varchar(50) NOT NULL, `spcb_operate_annual_quantity_unit` varchar(15) NOT NULL, `forest_clearance1_letter_no` varchar(20) DEFAULT NULL, `forest_clearance1_date_approved` varchar(20) DEFAULT NULL, `forest_clearance1_validity` varchar(20) DEFAULT NULL, `forest_clearance1_area` varchar(20) DEFAULT NULL, `forest_clearance2_letter_no` varchar(20) DEFAULT NULL, `forest_clearance2_date_approved` varchar(20) DEFAULT NULL, `forest_clearance2_validity` varchar(20) DEFAULT NULL, `forest_clearance2_area` varchar(20) DEFAULT NULL, `land_acquisition_letter_no` varchar(20) DEFAULT NULL, `land_acquisition_date_approved` varchar(20) DEFAULT NULL, `land_acquisition_validity` varchar(20) DEFAULT NULL, `land_acquisition_area` varchar(20) DEFAULT NULL, `compliance_of_vishakha_committe` varchar(20) NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ;---- Dumping data for table `p1t4`--INSERT INTO `p1t4` (`id`, `user_id`, `year`, `created_at`, `updated_at`, `mining_letter_no`, `mining_date_approved`, `mining_validity`, `mining_annual_quantity`, `mining_annual_quantity_unit`, `environment_letter_no`, `environment_date_approved`, `environment_validity`, `environment_annual_quantity`, `environment_annual_quantity_unit`, `spcb_establish_letter_no`, `spcb_establish_date_approved`, `spcb_establish_validity`, `spcb_establish_annual_quantity`, `spcb_establish_annual_quantity_unit`, `spcb_operate_letter_no`, `spcb_operate_date_approved`, `spcb_operate_validity`, `spcb_operate_annual_quantity`, `spcb_operate_annual_quantity_unit`, `forest_clearance1_letter_no`, `forest_clearance1_date_approved`, `forest_clearance1_validity`, `forest_clearance1_area`, `forest_clearance2_letter_no`, `forest_clearance2_date_approved`, `forest_clearance2_validity`, `forest_clearance2_area`, `land_acquisition_letter_no`, `land_acquisition_date_approved`, `land_acquisition_validity`, `land_acquisition_area`, `compliance_of_vishakha_committe`) VALUES(2, 4, 2016, '2016-07-02 04:39:51', '0000-00-00 00:00:00', 'L34553', '01/07/2016', '01/07/2016', '450', '2', 'letter5465', '01/07/2016', '01/07/2016', '560', '3', 'letter989', '01/07/2016', '01/07/2016', '850', '0', 'lt4553', '01/07/2016', '21/07/2016', '900', '2', 'lt4', '01/07/2016', '15/07/2016', '2.13', 'lt5', '01/07/2016', '20/07/2016', '1.95', 'lt6', '01/07/2016', '20', '1.96', '1'),(3, 13, 2016, '2016-07-01 04:34:01', '0000-00-00 00:00:00', 'MP/AP/CDP/LST-113-SZ', '0000-00-00', '3243', '3176190', '2', 'J-11011/379/2008-IA-II(I)', '2010-02-20', '423423', '5.0', '4', '105/PCB/CFE/RO-TPT/HO/2009/316', '0000-00-00', '4234', '5.0', '4', 'APPCB/KNL/TPT/104/HO/CFO/2015-2930', '0000-00-00', '242', '5.0', '4', 'NA', '0000-00-00', '0', '0', 'NA', '0000-00-00', '0', '0', 'NA', '0000-00-00', '0', '0', '2'),(4, 16, 2016, '2016-08-17 10:15:00', '0000-00-00 00:00:00', 'AP/NLG/MP/LST-29/HYD', '22/09/2014', '19/07/2016', '1.95', '4', 'F.No.J-11015/113/2013.IA.II(M)', '06/07/2016', '13/07/2016', '1.95', '4', 'No.213/PCB/C.ESTT//RO-RJY/EE-N/99', '13/07/2016', '20/07/2016', '1.62', '4', 'TSPCB/RCP/NLG/15673/CFO/HO/2014-762', '13/07/2016', '20/07/2016', '1.92', '4', 'N.A.', '0000-00-00', '0', '0', '0', '0000-00-00', '0', '0', 'N.A', '0000-00-00', '0', '0', '2'),(5, 48, 2016, '2016-10-05 11:13:59', '0000-00-00 00:00:00', 'DGR/LST/MPLN-116/NGP dated 20-10-2015', '20/10/2015', '03/05/2020', '1.8', '4', 'J-11015/857/2007-IA. II (M) dtd. 26 March 2009', '26/3/2009', '28/02/2017', '1.8', '4', '4462/TS/CECB/2010 dtd. 03, November 2010', '03/11/2010', '28/02/2017', '1.8', '4', '4416/TS/CECB/2015 dtd. 11/12/2015', '11/12/2015', '28/2/2017', '1.8', '4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2'),(6, 45, 2016, '2016-08-17 09:51:25', '0000-00-00 00:00:00', 'RAN/GML/BX/MS-20/2015-16', '11/08/2015', '31/03/2020', '30000', '2', 'J-11015/241/2005-IA.II(M)', '14/08/2006', '12/03/2056', '150000', '2', 'G-4078, ', '07/11/2014', '31/12/2020', '150000', '2', 'G-4078,', '07/11/2014', '31/12/2020', '150000', '2', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'NA', '00/00/0000', '00', '0.0', '2'),(7, 22, 2016, '2016-08-17 05:51:25', '0000-00-00 00:00:00', '314(3)/2010-MCCM(CZ)/MP-22/01,dated 31.01.2011 and', '31/03/2015', '30/09/2016', '10', '4', 'Letter No.-J-11015/104/2011-IA.II(M)', '10/06/2013', '31/12/2016', '28', '4', 'Letter No.-PC/NOC/JSR/26/12-G-5893 ', '23/12/2015', '31/12/2016', '18', '4', 'Letter No.-PC/JSR/AIR/315579/2015/G-53 ', '11/01/2016', '31/12/2020', '21', '4', 'Letter No.8-279/85-F', '12/05/1992', '0', '404.60', 'letter No.8-279/85-F', '23/04/1999', '0', '346.490', 'NA', '0', '0', '0', '0'),(8, 47, 2016, '2016-09-19 09:27:14', '0000-00-00 00:00:00', 'No.279/143/90/BNG/1493 ', '02/07/2015', '31/03/2017', '0.91', '4', 'J-11015/308/2005.IA.II(M)', '07/04/2006', '13/11/2022', '2.5', '4', 'NO.CFE-CELL/VIOM/EIA-276/2005-2006/69', '28/07/2005', '30/06/2017', '.91', '4', 'No.CFE-CELL/VIOM/EIA-276/2005-2006/69, dated 28th ', '30/06/2016', '30/06/2017', '.91', '4', '1st Stage No. 8-97/2', '12/09/2006', '13/11/2022', '350.78', 'No. 2nd Stage No. 8-', '08/03/2007', '13/11/2022', '350.78', NULL, NULL, NULL, NULL, '2'),(9, 52, 2016, '2016-08-17 10:03:11', '0000-00-00 00:00:00', '314(3)/98/MMCM(C)/MP-12', '17/09/1999', '16/09/2019', '1.8', '4', 'J-11015/121/2006-IA.II(M)', '06/09/2007', '16/09/2019', '1.8', '4', '3829//TS/CECB/2014', '29/09/2014', '09/03/2017', '1.8', '4', '3829//TS/CECB/2014', '29/09/2014', '09/03/2017', '1.8', '2', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'NIL', '04/08/1999', '03/08/2019', '0', '2'),(10, 44, 2016, '2016-08-17 08:24:29', '0000-00-00 00:00:00', 'TN/ALR/LST/MS-1325mds ', '04/03/2016', '31/03/2021', '167496', '2', 'J.11015/244/2005-1A-II(M) ', '28/10/2005', '27/10/2035', '1.2', '4', '16575', '30/01/2006', '30/09/2006', '1.2', '4', '16575', '05/12/2014', '30/09/2016', '1.2', '4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '534', '27/08/1998', '30', '61.36', '2'),(11, 42, 2016, '2016-09-26 06:22:32', '0000-00-00 00:00:00', 'No.MMP/MECH-05/GOA/2015-16 Vol.I', '23/03/2016', '32/03/2018', '0.16', '4', 'J-11015/1133/2007-IA.II(M)', '29/12/2008', '21/11/2027', '7.00', '4', 'No. 5/791//97-PCB/7816', '04/03/2009', '03/03/2012', '7.00', '4', 'No. 5/4463/15-PCB/CI-1297', '17/03/2016', '31/03/2016', '4.16', '4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'N.A.', '00/00/0000', '00/00/0000', '0.00', '0'),(12, 37, 2016, '2016-09-16 11:51:47', '0000-00-00 00:00:00', 'CDN/LST/MPLN-180 NGP ', '12/06/2015', '11/02/2020', '7.60', '4', 'J-11015/146/2003-IA.II(M)', '11/04/2005', '0', '5.0', '4', 'BO/RON/CHANDRAPUR-5/180-03/E/CC-24', '17/03/2004', '0', '5.0', '4', 'BO/CAC-Cell/EIC No. CH -1733 -15 /CAC/CC-6394-A', '13/05/2016', '31/03/2020', '5.0', '4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', '0', '0'),(13, 51, 2016, '2016-08-17 10:15:45', '0000-00-00 00:00:00', 'Modified Mining Plan along with PMCP KOL/JHK/SB(W)', '13/10/2015', '12/10/2010', '5.94', '4', 'EC no J-11015/272/2007-IA.11(M)', '23/09/2014', '31/12/2016', '7.5', '4', 'PJ/JSR/AIR/363238/2015/45944', '30/12/2015', '31/12/2016', '7.5', '3', 'PJ/JSR/AIR/363238/2015/45944', '30/12/2015', '31/12/2016', '7.5', '3', '8-537/1988-FC(pt)', '18/10/2010', '31/12/2020', '247.5', '8-69/1991-FC(pt)', '26/11/2014', '31/12/2020', '644.26', NULL, NULL, NULL, NULL, '0'),(14, 41, 2016, '2016-08-18 06:58:46', '0000-00-00 00:00:00', 'KNT/BLR/MP/FemN-273-SZ/2103', '05/12/2013', '31/03/2018', '920000', '2', '110015/96/2006-IA.II(M)', '24/01/2007', '31/12/2033', '2.15', '4', 'CEE-EIA/TSM&IOL/EIA-396/2005-2006/197', '05/03/2006', '31/03/2018', '920000', '2', '108/PCB/MIN/CFO/2015-16/418', '29/06/2016', '31/03/2018', '920000', '2', 'F.No.8-17/94-FC', '15/11/2006', '14/11/2026', '1615.64', 'F.NO.8-17/94-FC', '14/03/2007', '13/03/2027', '1615.64', NULL, NULL, NULL, NULL, '0'),(15, 46, 2016, '2016-08-19 06:02:18', '0000-00-00 00:00:00', 'KNT//BLR/MS/Fe - 178 - SZ', '17/02/2014', '31/03/2017', '4.0', '4', 'J-11015/151/200/-IA.II(M)', '07/08/2009', '03/11/2028', '7.0', '4', 'KSPCB/SEO/MINES/CFE/2010-11/167', '15/09/2010', '03/11/2028', '7.0', '4', '138/PCB/MIN/CFO/2015-16/526', '17/07/2015', '30/06/2016', '7.0', '4', 'MOEF GOI,FC DIVISION', '06/02/2008', '03/11/2028', '608.00', 'MOEF GOI,FC DIVISION', '06/02/2008', '608.00', '608.00', NULL, NULL, NULL, NULL, '0'),(16, 87, 2016, '2016-10-04 11:13:45', '0000-00-00 00:00:00', '584 (4)(3)(1209)/12 - RCOM -AJM', '20/11/2012', '23/02/2033', '1.5', '4', 'J-11015/205/2011-IA.II (M)', '17/06/2015', '31/03/2020', '1.5', '4', 'F (Mines) Jhunjhunu (Khetri) /297-(1)/(2010-2011) ', '27/09/2010', '31/03/2020', '0.85', '4', '2015-16/Mines / 6785', '30/09/2015', '30/04/2016', '0.85', '4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0'),(17, 88, 2016, '2016-09-23 05:00:38', '0000-00-00 00:00:00', '584 (4)(3)(427) / 2012 - RCOM - AJM', '25/07/2013', '30/08/2021', '1.50', '4', 'J-11015/61/2012-IA.II (M)', '02/02/2015', '31/03/2020', '1.50', '4', 'F (Mines) Jhunjhunu (Khetri) / 287-(1)/(2009-2010)', '19/11/2010', '31/03/2020', '1.00', '4', '2015-16 / Mines /1', '26/05/2014', '23/11/2016', '1.00', '4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0'),(18, 67, 2016, '2016-09-24 05:29:53', '0000-00-00 00:00:00', '659(72)LST/90-NLR,', '29/04/1992', '17/11/2021', '2.00', '4', 'J-11011/513/2007-IAII(I)', '30/11/2007', '00', '2.00', '4', '220/PCB/CFE/RO-TPT/HO/2014-78', '20/10/2014', '00', '2.00', '4', 'APPCB/KNL/TPT/14379/CFO/HO/2014-903', '26/06/2014', '31/12/2016', '2.00', '4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Not Applicable', '00/00/0000', '00/00/0000', '00', '2'),(19, 58, 2016, '2016-09-23 11:04:20', '0000-00-00 00:00:00', 'AP/GNR/MS/LST-254-SZ/1102', '04/12/2012', '31/03/2017', '1400000', '2', 'J-11011/1167/2007-IA II(I)', '11/08/2008', '0', '1400000', '2', '0', '0', '0', '0', '0', 'APPCB/VJA/GTR/10216/HO/CFO/2013-5197', '04/12/2013', '30/06/2017', '1400000', '2', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', '0', '2'),(20, 82, 2016, '2016-09-30 10:11:55', '0000-00-00 00:00:00', 'AP/NLG/MP/LST-29/HYD', '22/09/2014', '31/03/2019', '1.95', '4', 'F.No.J-11015/113/2013.IA.II(M)', '22/07/2015', '01/08/2034', '1.95', '4', 'No.123/PCB/C.ESTT/RO-RJY/EE-N/99', '09/06/2001', '01/08/2034', '1.95', '4', 'TSPCB/RCP/NLG/15673/CFO/HO/2014-762', '31/12/2014', '30/06/2017', '1.95', '4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2'),(21, 55, 2016, '2016-10-04 09:41:40', '0000-00-00 00:00:00', '314(3)/2012-MCCM(CZ)/MP-36/181', '13/02/2015', '31/03/2019', '900000', '2', 'Mine is operating with Consent to Operate No. PC/J', '14/09/2006', '31/03/2020', '400000', '2', 'Not applicable', '02/05/2016', '31/12/2016', '400000', '2', 'PC/JSR/Air/H-03/02/ 481691 /15/G-1191 dated 02.05.', '02/05/2016', '31/12/2016', '400000', '2', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0'),(22, 72, 2016, '2016-09-29 05:40:29', '0000-00-00 00:00:00', 'AP/NLG/MS/Lst-9/Hyd', '22/04/2016', '31/03/2020', '1400000', '2', 'J-11011/1167/2007-IA II(I)', '11/08/2008', '0', '1400000', '2', '0', '0', '0', '0', '0', 'TSPCB/RCP/NLG/11267/HO/CFO/2014-303', '03/12/2014', '31/12/2017', '1400000', '2', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2'),(23, 85, 2016, '2016-09-24 05:39:08', '0000-00-00 00:00:00', 'MP/AP/RR/LST-158 SZ -464', '01/08/2012', '27/08/2038', '2.3', '4', 'J-11011/1227/2007-IA II (I)', '29/09/2008', '0', '2.3', '4', '388/PCB/CFE/RO-RR-II/HO/2009-891', '30/06/2009', '0', '2.3', '4', 'TSPCB/HYD/RR-II/388/CFO/HO/2014/834', '23/01/2015', '28/02/2017', '2.3', '4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0', '0', '0', '0', '2'),(24, 73, 2016, '2016-09-29 06:11:01', '0000-00-00 00:00:00', 'AP/NLG/MS/LST-282/SZ', '25/03/2014', '31/03/2018', '1400000', '2', 'J-11011/1167/2007-IA II(I)', '11/08/2008', '0', '1400000', '2', '0', '0', '0', '0', '0', 'TSPCB/RCP/NLG/11267/HO/CFO/2014-304', '03/12/2014', '31/12/2017', '1400000', '2', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2'),(25, 83, 2016, '2016-09-29 04:29:46', '0000-00-00 00:00:00', 'AP/KNL/MS/Lst-257-SZ/66', '02/01/2013', '31/03/2017', '10353201', '2', 'J-11015/654/2007-1A.II(M)', '02/11/2007', '28/01/2024', '2.1', '4', 'APPCB/KNL/443/CFE/HO/2007-1698', '26/10/2007', '28/01/2024', '2.1', '0', 'APPCB/KNL/443/CFO & HWA/HO/2014-710', '04/12/2014', '03/12/2016', '3.25', '4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, ''),(26, 196, 2016, '2016-10-07 10:29:20', '0000-00-00 00:00:00', 'RAP/LST/MPLN-988/NGP', '19/01/2015', '31/03/2019', '3.17', '4', 'F.No.J-11011/309/2013-1A-11(1)', '31/10/2011', '07/09/2016', '3.17', '4', '6651/TS/CECB/2013', '18/02/2013', '30/09/2016', '3.17', '4', '2648/TS/CECB/2015', '10/09/2015', '15/09/2016', '3.17', '4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '169/TEEN-6/KHA.PA.03', '16/05/2013', '05/09/2016', '233.56', '2'),(27, 190, 2016, '2016-10-05 11:50:47', '0000-00-00 00:00:00', 'RNG/FE/MPLN-625/NGP', '06/08/2013', '31/03/2018', '1464000', '2', 'J-11015/195/2006-IA. II(M), GOVERNMENT OF INDIA, M', '21/05/2007', '14/05/2032', '1.5', '4', '4215/TS/CECB/2007/RAIPUR', '07/08/2007', '14/05/2032', '1.5', '4', 'SS/TS/CECB/2008/RAIPUR', '04/01/2008', '31/03/2016', '1.5', '4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2'),(28, 191, 2016, '2016-10-07 09:21:04', '0000-00-00 00:00:00', '???/???/???-135/???/2015/13-??????/263', '04/08/2016', '31/03/2021', '6.31', '4', 'J-11015/330/2006-IA.II(M)', '08/06/2007', '00', '6.31', '4', '4380/TS/CECB/2007', '10/08/2007', '00', '6.31', '4', '530/TS/CECB/2016', '29/04/2016', '31/01/2018', '6.31', '4', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'NA', '00', '00', '00', '2');-- ------------------------------------------------------------ Table structure for table `p1_response`--CREATE TABLE IF NOT EXISTS `p1_response` ( `id` int(11) NOT NULL AUTO_INCREMENT, `p1_qn1` varchar(20) NOT NULL, `p1_qn2` varchar(20) NOT NULL, `p1_qn3` varchar(20) NOT NULL, `p1_qn4` varchar(20) NOT NULL, `p1_qn5` varchar(20) NOT NULL, `p1_qn6` varchar(20) NOT NULL, `p1_qn7` varchar(20) NOT NULL, `point` varchar(10) NOT NULL, `updated_on` datetime NOT NULL, `updated_by` int(11) NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;---- Dumping data for table `p1_response`--INSERT INTO `p1_response` (`id`, `p1_qn1`, `p1_qn2`, `p1_qn3`, `p1_qn4`, `p1_qn5`, `p1_qn6`, `p1_qn7`, `point`, `updated_on`, `updated_by`) VALUES(1, '1', '3', '5', '7', '9', '12', '13', '6', '2016-06-06 00:00:00', 1);-- ------------------------------------------------------------ Table structure for table `p2m1c1`--CREATE TABLE IF NOT EXISTS `p2m1c1` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `q1` int(11) DEFAULT NULL, `q2o1` float DEFAULT NULL, `q2o2` float DEFAULT NULL, `q3o1` float DEFAULT NULL, `q3o2` float DEFAULT NULL, `minerpoint1` smallint(11) DEFAULT NULL, `minerpoint2` smallint(6) DEFAULT NULL, `minerpoint3` smallint(6) DEFAULT NULL, `vid` int(11) DEFAULT NULL, `vcomment1` text, `vcomment2` text, `vcomment3` text, `vpoint1` smallint(11) DEFAULT NULL, `vpoint2` smallint(6) DEFAULT NULL, `vpoint3` smallint(6) DEFAULT NULL, `miner_updated_at` timestamp NULL DEFAULT NULL, `v_updated_at` timestamp NULL DEFAULT NULL, `year` text NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=31 ;---- Dumping data for table `p2m1c1`--INSERT INTO `p2m1c1` (`id`, `uid`, `q1`, `q2o1`, `q2o2`, `q3o1`, `q3o2`, `minerpoint1`, `minerpoint2`, `minerpoint3`, `vid`, `vcomment1`, `vcomment2`, `vcomment3`, `vpoint1`, `vpoint2`, `vpoint3`, `miner_updated_at`, `v_updated_at`, `year`) VALUES(1, 4, 3, 100, 0, 100, 90, 3, 5, 3, 1, 'comment1', 'comment2', 'comment3', 2, 3, 5, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '2016'),(2, 13, 3, 328, 188, 173, 298, 3, 5, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(3, 16, 3, 68.68, 98.92, 40, 44.75, 3, 2, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(4, 43, 3, 188.72, 452, 188.72, 188.72, 3, 0, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(5, 48, 3, 227, 46.1, 179, 197, 3, 5, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(6, 45, 3, 173, 199, 87, 78, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(7, 26, 3, 25305000, 253805000, 22500000, 22500000, 3, 0, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(8, 22, 3, 2740, 1160, 1080, 1186, 3, 5, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(9, 47, 3, 321, 318, 55, 65.75, 3, 5, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(10, 52, 0, 268.53, 86.55, 250, 268, 0, 5, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(11, 44, 3, 70.69, 30.62, 38.58, 60.75, 3, 5, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(12, 42, 3, 43.3557, 0.71, 0, 28.7341, 3, 5, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(13, 37, 3, 386.11, 255.42, 158.92, 169.26, 3, 5, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(14, 51, 3, 601, 1190, 194, 194, 3, 1, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(15, 41, 3, 974.402, 198.731, 76.99, 79.68, 3, 5, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(16, 46, 3, 1870.96, 1544.99, 1870.96, 1050.13, 3, 5, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(17, 53, 3, 204, 180, 0, 0, 3, 5, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(18, 50, 3, 47.214, 17.12, 100, 11.77, 3, 5, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(19, 38, 3, 563.58, 7156.49, 350, 332.81, 3, 0, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(20, 87, 3, 110.42, 90.63, 263, 211.62, 3, 5, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(21, 88, 3, 110.42, 83.48, 263, 211.62, 3, 5, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(22, 58, 3, 9.85, 80.82, 9.85, 9.85, 3, 0, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(23, 82, 3, 68.6866, 98.9245, 40, 44.7565, 3, 2, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(24, 67, 3, 103.07, 100.8, 19, 19.5354, 3, 5, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(25, 55, 3, 124.5, 35.75, 149.7, 124.5, 3, 5, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(26, 72, 3, 27.46, 18.05, 32.225, 32.225, 3, 5, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(27, 85, 0, 0, 67.644, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(28, 73, 3, 9.26, 71.6, 11.82, 11.82, 3, 0, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(29, 83, 0, 76.157, 76.157, 3.6488, 3.6488, 0, 5, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016'),(30, 196, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, '2016');-- ------------------------------------------------------------ Table structure for table `p2m1c2`--CREATE TABLE IF NOT EXISTS `p2m1c2` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `q1` smallint(6) DEFAULT NULL, `q1opt1bore` smallint(6) DEFAULT NULL, `q1opt1meter` int(11) DEFAULT NULL, `q1opt2bore` smallint(6) DEFAULT NULL, `q1opt2meter` int(11) DEFAULT NULL, `q2opt1` float DEFAULT NULL, `q2opt2` float DEFAULT NULL, `q3` float DEFAULT NULL, `q3opt1` float DEFAULT NULL, `minerpoint1` smallint(6) DEFAULT NULL, `minerpoint2` smallint(6) DEFAULT NULL, `minerpoint3` smallint(6) DEFAULT NULL, `vid` int(11) DEFAULT NULL, `vcomment1` text, `vcomment2` text, `vcomment3` text, `vpoint1` smallint(6) DEFAULT NULL, `vpoint2` smallint(6) DEFAULT NULL, `vpoint3` smallint(6) DEFAULT NULL, `miner_updated_at` varchar(255) DEFAULT NULL, `v_updated_at` varchar(255) DEFAULT NULL, `year` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=31 ;---- Dumping data for table `p2m1c2`--INSERT INTO `p2m1c2` (`id`, `uid`, `q1`, `q1opt1bore`, `q1opt1meter`, `q1opt2bore`, `q1opt2meter`, `q2opt1`, `q2opt2`, `q3`, `q3opt1`, `minerpoint1`, `minerpoint2`, `minerpoint3`, `vid`, `vcomment1`, `vcomment2`, `vcomment3`, `vpoint1`, `vpoint2`, `vpoint3`, `miner_updated_at`, `v_updated_at`, `year`) VALUES(1, 4, NULL, NULL, NULL, NULL, NULL, 76, 100, NULL, 13, 6, 5, 6, 1, 'comment4', 'comment5', 'comment6', 2, 0, 3, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016),(2, 13, NULL, 72, 2520, 0, 0, 173.407, 159.209, 33, NULL, 0, 5, 2, NULL, NULL, NULL, '', NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(3, 16, 5, NULL, NULL, NULL, NULL, 101, 114, NULL, NULL, 5, 4, 6, NULL, NULL, NULL, '', NULL, NULL, NULL, '29/09/2016 04:38:29am', NULL, 2016),(4, 45, 5, NULL, NULL, NULL, NULL, 190.95, 190.95, NULL, NULL, 5, 5, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '17/08/2016 09:51:37am', NULL, 2016),(5, 48, 5, NULL, NULL, NULL, NULL, 100, 100, NULL, NULL, 6, 5, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '05/10/2016 11:16:08am', NULL, 2016),(6, 22, 0, 10, 500, 18, 827, 51.06, 51.06, 0, 72.85, NULL, 5, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '17/08/2016 06:05:50am', NULL, 2016),(7, 47, 5, 4, 400, 4, 400, 91.322, 91.322, 1.679, 0.295, 5, 5, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '19/09/2016 09:27:31am', NULL, 2016),(8, 52, 5, NULL, NULL, NULL, NULL, 239, 215, NULL, NULL, 5, 5, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '17/08/2016 10:07:11am', NULL, 2016),(9, 44, 5, 0, 0, 0, 0, 61.365, 61.365, NULL, 0, 5, 5, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '17/08/2016 08:25:46am', NULL, 2016),(10, 37, 5, NULL, NULL, NULL, NULL, 282, 282, NULL, NULL, 5, 5, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '17/08/2016 12:02:25pm', NULL, 2016),(11, 42, 5, NULL, NULL, NULL, NULL, 100, 100, NULL, NULL, 5, 5, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '26/09/2016 06:22:48am', NULL, 2016),(12, 26, NULL, 0, 12000, 0, 42283, 148, 148, 50, 100, 0, 5, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '06/09/2016 07:14:57am', NULL, 2016),(13, 51, 0, 6, 1200, 6, 1265, 100, 100, NULL, NULL, 0, 5, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '17/08/2016 10:21:10am', NULL, 2016),(14, 41, 5, NULL, NULL, NULL, NULL, 1860.1, 1860.1, 68.54, 68.54, 5, 5, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '23/08/2016 11:32:15am', NULL, 2016),(15, 46, 0, 27, 3050, 34, 2622, 78, 85, 1.73, 1.92, 3, 4, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '19/08/2016 06:15:15am', NULL, 2016),(16, 53, 5, NULL, NULL, NULL, NULL, 55, 90, NULL, NULL, 5, 3, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '01/09/2016 07:29:01am', NULL, 2016),(17, 50, 5, NULL, NULL, NULL, NULL, 49.48, 49.48, 100, 70, 6, 5, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '01/09/2016 11:24:28am', NULL, 2016),(18, 38, 5, NULL, NULL, NULL, NULL, 0, 0, 36.8, 42.3, 5, 0, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '01/09/2016 11:46:03am', NULL, 2016),(19, 54, 5, NULL, NULL, NULL, NULL, 88, 100, NULL, NULL, 5, 4, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '16/09/2016 08:39:34am', NULL, 2016),(20, 87, 0, 48, 5722, 48, 5722, 395.07, 198, 100, 0, 5, 5, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '07/10/2016 10:36:39am', NULL, 2016),(21, 88, 0, 12, 2400, 12, 999, 163.23, 163.23, 100, 0, 0, 5, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '23/09/2016 05:07:26am', NULL, 2016),(22, 58, 5, NULL, NULL, NULL, NULL, 370, 594, NULL, NULL, 5, 3, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '23/09/2016 11:05:08am', NULL, 2016),(23, 67, 0, 13, 396, 13, 396, 77.07, 77.07, NULL, 0, 5, 5, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '24/09/2016 05:30:02am', NULL, 2016),(24, 82, 5, NULL, NULL, NULL, NULL, 107.65, 141.644, NULL, NULL, 5, 4, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '30/09/2016 10:12:04am', NULL, 2016),(25, 55, 0, 25, 750, 0, 0, 162.08, 233.53, 3.49, 26.03, 0, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '04/10/2016 10:06:20am', NULL, 2016),(26, 72, 5, NULL, NULL, NULL, NULL, 103, 164, NULL, 0, 6, 3, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '29/09/2016 05:41:14am', NULL, 2016),(27, 85, 5, NULL, NULL, NULL, NULL, 221.92, 221.92, 100, 43.78, 5, 5, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '24/09/2016 06:13:42am', NULL, 2016),(28, 73, 5, NULL, NULL, NULL, NULL, 382, 417, NULL, 0, 6, 4, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '29/09/2016 06:11:11am', NULL, 2016),(29, 83, 0, 42, 842, 43, 842, 200, 200, 100, 0, 5, 5, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '29/09/2016 04:39:30am', NULL, 2016),(30, 196, 0, 30, 900, 29, 900, 79.59, 268.13, 41.19, 0, 5, 1, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '07/10/2016 10:29:24am', NULL, 2016);-- ------------------------------------------------------------ Table structure for table `p2m1c3`--CREATE TABLE IF NOT EXISTS `p2m1c3` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `q1opt1` float DEFAULT NULL, `q1opt2` tinyint(4) DEFAULT NULL, `q2` tinyint(4) DEFAULT NULL, `q3` tinyint(4) DEFAULT NULL, `q3des` text, `q4` tinyint(4) DEFAULT NULL, `minerpoint1` smallint(6) DEFAULT NULL, `minerpoint2` smallint(6) DEFAULT NULL, `minerpoint3` smallint(6) DEFAULT NULL, `minerpoint4` smallint(6) DEFAULT NULL, `vcomments2` text, `vcomments3` text, `vcomments4` text, `vpoint2` smallint(6) DEFAULT NULL, `vpoint3` smallint(6) DEFAULT NULL, `vpoint4` smallint(6) DEFAULT NULL, `miner_updated_at` datetime DEFAULT NULL, `v_updated_at` datetime DEFAULT NULL, `vid` int(11) DEFAULT NULL, `year` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=26 ;---- Dumping data for table `p2m1c3`--INSERT INTO `p2m1c3` (`id`, `uid`, `q1opt1`, `q1opt2`, `q2`, `q3`, `q3des`, `q4`, `minerpoint1`, `minerpoint2`, `minerpoint3`, `minerpoint4`, `vcomments2`, `vcomments3`, `vcomments4`, `vpoint2`, `vpoint3`, `vpoint4`, `miner_updated_at`, `v_updated_at`, `vid`, `year`) VALUES(1, 4, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, NULL, 6, 'comment7', 'comment8', 'comment9', 1, 1, 2, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 2016),(2, 13, NULL, NULL, NULL, NULL, NULL, 4, 6, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(3, 16, NULL, NULL, NULL, NULL, NULL, 4, 6, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(4, 48, 218645, 1, 0, 2, 'crusher ramp', 4, NULL, 0, 2, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(5, 22, 274608, 1, 0, 2, 'Haul road preparation, slime dam embankment', 3, NULL, 0, 2, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(6, 45, 361325, 1, 0, 0, '', 4, NULL, 0, 0, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(7, 47, 728620, 1, 0, 2, 'Stocked in dump yard near the mines for back filling purpose.', 4, NULL, NULL, 2, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(8, 52, 133861, 1, 0, 0, '', NULL, NULL, 0, 0, 6, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(9, 44, 153, 2, 0, 0, '', 3, NULL, 0, 0, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(10, 37, 319981, 1, 2, 0, '', 3, NULL, 2, 0, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(11, 42, 14400, 1, 0, 2, 'Lateritic Waste is used for preparation and maintenance of Haul Roads on regular basis.', 4, NULL, 0, 2, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(12, 51, 2000000, 1, 0, 2, '', 3, NULL, 0, 2, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(13, 41, 1078440, 1, 0, 2, 'Surface dumping,Geo-matting &plantation.\r\nConstruction of Earthen check dams,Gully plugs,Bunds.Toe walls,Retaining walls,pitching and other Environmental protective measures. ', 4, NULL, 0, 2, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(14, 46, 3000000, 1, 2, 2, 'Maintenance of mines haul road etc', 1, NULL, 2, 2, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(15, 54, 918580, 1, NULL, NULL, NULL, 2, NULL, 6, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(16, 58, 12930, 1, NULL, NULL, NULL, 2, 6, 6, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(17, 67, NULL, NULL, NULL, NULL, NULL, 10, 6, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(18, 85, NULL, NULL, NULL, NULL, NULL, NULL, 6, NULL, NULL, 6, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(19, 82, NULL, NULL, NULL, NULL, NULL, 2, 6, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(20, 83, NULL, NULL, NULL, NULL, NULL, 3, 6, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(21, 72, NULL, NULL, NULL, NULL, NULL, 4, 6, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(22, 73, NULL, NULL, NULL, NULL, NULL, 3, 6, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(23, 196, 153912, 1, 0, 0, '', 3, NULL, 0, 0, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(24, 55, 0, 1, 0, 0, '', 1, NULL, 0, 0, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016),(25, 87, 20707, 1, 2, 2, 'through waste selling', 3, NULL, 2, 2, 5, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, NULL, 2016);-- ------------------------------------------------------------ Table structure for table `p2m1c4`--CREATE TABLE IF NOT EXISTS `p2m1c4` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `q1opt1` int(11) DEFAULT NULL, `q1opt1u1` smallint(6) DEFAULT NULL, `q1opt2` int(11) DEFAULT NULL, `q1opt2u2` int(11) DEFAULT NULL, `q2` smallint(6) DEFAULT NULL, `q2opt1` int(11) NOT NULL, `minerpoint1` smallint(6) DEFAULT NULL, `minerpoint2` smallint(6) DEFAULT NULL, `vcomment1` text, `vcomment2` text, `vpoint1` smallint(6) DEFAULT NULL, `vpoint2` smallint(6) DEFAULT NULL, `miner_updated_at` datetime DEFAULT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=30 ;---- Dumping data for table `p2m1c4`--INSERT INTO `p2m1c4` (`id`, `uid`, `vid`, `q1opt1`, `q1opt1u1`, `q1opt2`, `q1opt2u2`, `q2`, `q2opt1`, `minerpoint1`, `minerpoint2`, `vcomment1`, `vcomment2`, `vpoint1`, `vpoint2`, `miner_updated_at`, `v_updated_at`, `year`) VALUES(1, 4, 1, 10, 2, 11, 2, 0, 0, 5, 0, 'comment9', 'comment10', 4, 4, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016),(2, 13, NULL, NULL, NULL, NULL, NULL, 1, 0, 6, 1, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(3, 16, NULL, NULL, NULL, NULL, NULL, NULL, 0, 6, 6, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(4, 48, NULL, NULL, NULL, NULL, NULL, NULL, 0, 6, 6, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(5, 26, NULL, 0, 1, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(6, 22, NULL, 0, 1, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(7, 45, NULL, NULL, NULL, NULL, NULL, NULL, 0, 6, 6, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(8, 47, NULL, NULL, NULL, NULL, NULL, NULL, 0, 6, 6, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(9, 52, NULL, 191230, 1, 0, 1, 32767, 191230, 0, 5, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(10, 44, NULL, NULL, NULL, NULL, NULL, 32767, 0, 6, 5, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(11, 37, NULL, NULL, NULL, NULL, NULL, NULL, 0, 6, 6, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(12, 42, NULL, 7799, 1, 7799, 1, 5078, 7799, 5, 5, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(13, 51, NULL, NULL, NULL, NULL, NULL, 0, 0, 6, 0, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(14, 41, NULL, 44656, 1, 3887, 1, 3887, 40769, 5, 0, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(15, 46, NULL, 120624, 1, 120624, 1, 32767, 120624, 5, 5, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(16, 53, NULL, NULL, NULL, NULL, NULL, 32, 0, 6, 5, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(17, 50, NULL, NULL, NULL, NULL, NULL, 15743, 16550, 6, 5, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(18, 38, NULL, NULL, NULL, NULL, NULL, NULL, 0, 6, 6, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(19, 87, NULL, 25000, 1, 20707, 1, NULL, 100, 5, 6, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(20, 88, NULL, 15000, 1, 13426, 1, 100, 100, 5, 5, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(21, 58, NULL, NULL, NULL, NULL, NULL, NULL, 1, 6, 6, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(22, 67, NULL, NULL, NULL, NULL, NULL, NULL, 0, 6, 6, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(23, 85, NULL, NULL, NULL, NULL, NULL, NULL, 0, 6, 6, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(24, 72, NULL, NULL, NULL, NULL, NULL, NULL, 0, 6, 6, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(25, 73, NULL, NULL, NULL, NULL, NULL, NULL, 0, 6, 6, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(26, 82, NULL, NULL, NULL, NULL, NULL, NULL, 0, 6, 6, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(27, 83, NULL, NULL, NULL, NULL, NULL, NULL, 0, 6, 6, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(28, 196, NULL, NULL, NULL, NULL, NULL, NULL, 153912, 6, 6, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(29, 55, NULL, NULL, NULL, NULL, NULL, NULL, 0, 6, 6, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016);-- ------------------------------------------------------------ Table structure for table `p2m1c5`--CREATE TABLE IF NOT EXISTS `p2m1c5` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `q1opt1` float DEFAULT NULL, `q1opt2` float DEFAULT NULL, `q2opt1` float DEFAULT NULL, `q2opt2` float DEFAULT NULL, `minerpoint1` smallint(6) DEFAULT NULL, `minerpoint2` smallint(6) DEFAULT NULL, `minerpoint3` smallint(6) DEFAULT NULL, `vcomment1` text, `vcomment2` text, `vcomment3` text, `vpoint1` smallint(6) DEFAULT NULL, `vpoint2` smallint(6) DEFAULT NULL, `vpoint3` smallint(6) DEFAULT NULL, `miner_updated_at` datetime DEFAULT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=25 ;---- Dumping data for table `p2m1c5`--INSERT INTO `p2m1c5` (`id`, `uid`, `vid`, `q1opt1`, `q1opt2`, `q2opt1`, `q2opt2`, `minerpoint1`, `minerpoint2`, `minerpoint3`, `vcomment1`, `vcomment2`, `vcomment3`, `vpoint1`, `vpoint2`, `vpoint3`, `miner_updated_at`, `v_updated_at`, `year`) VALUES(1, 4, 1, 50, 52, 99, 100, 0, 3, 3, 'Comment 11', 'Comment 12', 'Comment 13', 3, 2, 2, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016),(2, 13, NULL, 12, 11, 20, 30, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(3, 16, NULL, 8, 8, 15, 24, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(4, 48, NULL, 6, 6, 20, 20, 3, 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(5, 22, NULL, 12, 12, 25, 25, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(6, 52, NULL, 10, 10, 25, 25, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(7, 45, NULL, 6, 6, 8, 8, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(8, 44, NULL, 6, 6, 10, 10, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(9, 42, NULL, 7, 7, 7, 7, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(10, 51, NULL, 12, 12, 12, 12, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(11, 37, NULL, 8, 8, 30, 30, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(12, 41, NULL, 7.5, 7.5, 8, 8, 3, 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(13, 47, NULL, 9, 9, 10, 10, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(14, 46, NULL, 12, 12, 20, 20, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(15, 58, NULL, 7.5, 6, 30, 40, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(16, 67, NULL, 9, 8, 20, 30, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(17, 85, NULL, 8, 8, 20, 20, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(18, 82, NULL, 8, 8, 90, 94, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(19, 83, NULL, 9, 9, 10, 50, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(20, 72, NULL, 7.5, 6, 30, 40, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(21, 73, NULL, 7.5, 6, 30, 40, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(22, 196, NULL, 10, 10, 30, 30, 3, 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(23, 55, NULL, 0, 0, 0, 0, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(24, 87, NULL, 0, 0, 0, 0, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016);-- ------------------------------------------------------------ Table structure for table `p2m1c5data`--CREATE TABLE IF NOT EXISTS `p2m1c5data` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `l1` float DEFAULT NULL, `l2` float DEFAULT NULL, `l3` float DEFAULT NULL, `l4` float DEFAULT NULL, `l5` float DEFAULT NULL, `l6` float DEFAULT NULL, `l7` float DEFAULT NULL, `l8` float DEFAULT NULL, `u1` smallint(6) DEFAULT NULL, `u2` smallint(6) DEFAULT NULL, `v1` int(11) DEFAULT NULL, `v2` int(11) DEFAULT NULL, `year` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=25 ;---- Dumping data for table `p2m1c5data`--INSERT INTO `p2m1c5data` (`id`, `uid`, `l1`, `l2`, `l3`, `l4`, `l5`, `l6`, `l7`, `l8`, `u1`, `u2`, `v1`, `v2`, `year`) VALUES(1, 4, 98, 150, 98, 100, 98, 150, 98, 100, 1, 1, 99, 99, 2016),(2, 13, 1200, 1400, 1200, 1300, 800, 1600, 800, 1200, 1, 1, 30, 28, 2016),(3, 16, -150, 200, -150, 200, 200, 250, 200, 200, 1, 1, 71, 71, 2016),(4, 48, 19, 24, 19, 24, -1450, -800, -1450, -800, NULL, NULL, 252, 254, 2016),(5, 22, 12600, 13400, 12600, 13400, 12200, 13800, 12200, 13800, NULL, NULL, 4, 4, 2016),(6, 52, 1399, 1399, 1399, 1399, 29, 29, 29, 29, NULL, NULL, 1399, 1399, 2016),(7, 45, 730, 1180, 730, 1180, 1620, 1950, 1620, 1950, NULL, NULL, 20, 20, 2016),(8, 44, 5, 6, 5, 6, 5, 6, 5, 6, NULL, NULL, 27, 27, 2016),(9, 42, 406450, 406700, 406450, 406700, 1696600, 1696800, 1696600, 1696800, NULL, NULL, 42, 42, 2016),(10, 51, 0, 70, 0, 70, 0, 70, 0, 70, NULL, NULL, 40, 40, 2016),(11, 37, 2600, 2800, 2600, 2700, 100, 150, 100, 150, NULL, NULL, 145, 145, 2016),(12, 41, 665130, 674080, 665130, 674080, 1660750, 1661590, 660750, 1661590, NULL, NULL, 848, 850, 2016),(13, 47, 649500, 650600, 649500, 650000, 1681200, 1682300, 1681800, 1682300, NULL, NULL, 72, 60, 2016),(14, 46, 79050, 80900, 79050, 80900, 78950, 84950, 78950, 84950, NULL, NULL, 921, 921, 2016),(15, 58, 7156, 7850, 7156, 7522, 4858, 4911, 4858, 4756, NULL, NULL, 59, 59, 2016),(16, 67, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 2016),(17, 85, 9900, 10400, 9900, 10400, 15200, 16300, 15800, 16200, NULL, NULL, 434, 430, 2016),(18, 82, 10500, 10600, 10500, 10600, 4800, 4700, 4800, 4700, NULL, NULL, 77, 76, 2016),(19, 83, 322, 978, 322, 978, 0, 300, 0, 300, NULL, NULL, 282, 282, 2016),(20, 72, 7156, 7850, 7156, 7522, 4858, 4911, 4858, 4756, NULL, NULL, 59, 59, 2016),(21, 73, 7156, 7850, 7156, 7522, 4858, 4911, 4858, 4756, NULL, NULL, 59, 59, 2016),(22, 196, 615044, 615230, 615041, 615229, 2392940, 2393400, 2392940, 2393400, NULL, NULL, 240, 240, 2016),(23, 55, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 2016),(24, 87, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 2016);-- ------------------------------------------------------------ Table structure for table `p2m1c6`--CREATE TABLE IF NOT EXISTS `p2m1c6` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `q2` smallint(11) DEFAULT NULL, `q2opt1` float DEFAULT NULL, `q2opt2` float DEFAULT NULL, `q2opt3` float DEFAULT NULL, `q2opt4` float DEFAULT NULL, `q2opt5` float DEFAULT NULL, `q2opt6` float DEFAULT NULL, `q2opt7` float DEFAULT NULL, `q2opt8` float DEFAULT NULL, `q3opt1h` float DEFAULT NULL, `q3opt1w` float DEFAULT NULL, `q3opt2h` float DEFAULT NULL, `q3opt2w` float DEFAULT NULL, `q4` int(11) DEFAULT NULL, `q5` int(11) DEFAULT NULL, `q6` int(11) DEFAULT NULL, `minerpoint1` smallint(6) DEFAULT NULL, `minerpoint2` smallint(6) DEFAULT NULL, `minerpoint3` smallint(6) DEFAULT NULL, `minerpoint4` smallint(6) DEFAULT NULL, `minerpoint5` smallint(6) DEFAULT NULL, `minerpoint6` smallint(6) DEFAULT NULL, `vcomment1` text, `vcomment2` text, `vcomment3` text, `vcomment4` text, `vcomment5` text, `vcomment6` text, `vpoint1` smallint(6) DEFAULT NULL, `vpoint2` smallint(6) DEFAULT NULL, `vpoint3` smallint(6) DEFAULT NULL, `vpoint4` smallint(6) DEFAULT NULL, `vpoint5` smallint(6) DEFAULT NULL, `vpoint6` smallint(6) DEFAULT NULL, `miner_updated_at` datetime DEFAULT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;---- Dumping data for table `p2m1c6`--INSERT INTO `p2m1c6` (`id`, `uid`, `vid`, `q2`, `q2opt1`, `q2opt2`, `q2opt3`, `q2opt4`, `q2opt5`, `q2opt6`, `q2opt7`, `q2opt8`, `q3opt1h`, `q3opt1w`, `q3opt2h`, `q3opt2w`, `q4`, `q5`, `q6`, `minerpoint1`, `minerpoint2`, `minerpoint3`, `minerpoint4`, `minerpoint5`, `minerpoint6`, `vcomment1`, `vcomment2`, `vcomment3`, `vcomment4`, `vcomment5`, `vcomment6`, `vpoint1`, `vpoint2`, `vpoint3`, `vpoint4`, `vpoint5`, `vpoint6`, `miner_updated_at`, `v_updated_at`, `year`) VALUES(1, 4, 1, 3, 88, 88, 88, 88, 88, 88, 88, 88, 100, 99, 10, 10, 5, 3, 3, 3, 3, 3, 5, 3, 3, 'Comment 1', 'Comment 2', 'Comment 3', 'Comment 4', 'Comment 5', 'Comment 6', 3, 3, 3, 5, 0, 3, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016),(2, 82, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, NULL, 3, 3, 3, 0, NULL, 6, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(3, 73, NULL, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1.9, 0, 1.9, 0, NULL, 3, 3, 3, 3, NULL, 6, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(4, 55, NULL, 3, 0, 0, 0, 0, 0, 0, 3420, 185, 2.4, 3, 2.4, 3, 5, 3, 3, 3, 0, 3, 5, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(5, 87, NULL, 3, 388, 388, 1000, 1000, 1000, 1000, 60, 60, 4.93, 6.11, 4.93, 6.11, 5, 3, 3, 3, 3, 3, 5, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016);-- ------------------------------------------------------------ Table structure for table `p2m1c6data`--CREATE TABLE IF NOT EXISTS `p2m1c6data` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `l1` float DEFAULT NULL, `l2` float DEFAULT NULL, `l3` float DEFAULT NULL, `l4` float DEFAULT NULL, `l5` float DEFAULT NULL, `l6` float DEFAULT NULL, `l7` float DEFAULT NULL, `l8` float DEFAULT NULL, `u1` smallint(6) DEFAULT NULL, `u2` smallint(6) DEFAULT NULL, `v1` int(11) DEFAULT NULL, `v2` int(11) DEFAULT NULL, `year` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;---- Dumping data for table `p2m1c6data`--INSERT INTO `p2m1c6data` (`id`, `uid`, `l1`, `l2`, `l3`, `l4`, `l5`, `l6`, `l7`, `l8`, `u1`, `u2`, `v1`, `v2`, `year`) VALUES(1, 4, 55, 55, 55, 55, 55, 55, 55, 56, 1, 1, 55, 55, 2016),(2, 82, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 2016),(3, 73, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 2016),(4, 55, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 229, 229, 2016),(5, 87, 1000, 2200, 1000, 2200, 1800, 6500, 1800, 6500, 1, 1, 60, 60, 2016);-- ------------------------------------------------------------ Table structure for table `p2m1c7`--CREATE TABLE IF NOT EXISTS `p2m1c7` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `q3opt1` smallint(6) DEFAULT NULL, `q3opt2` smallint(6) DEFAULT NULL, `q4opt1` int(11) DEFAULT NULL, `q4opt2` int(11) DEFAULT NULL, `q5opt1l` int(11) DEFAULT NULL, `q5opt1w` int(11) DEFAULT NULL, `q5opt1d` int(11) DEFAULT NULL, `q5opt2l` int(11) DEFAULT NULL, `q5opt2w` int(11) DEFAULT NULL, `q5opt2d` int(11) DEFAULT NULL, `q6opt1l` int(6) DEFAULT NULL, `q6opt1w` int(11) DEFAULT NULL, `q6opt1d` int(11) DEFAULT NULL, `q6opt2l` int(11) DEFAULT NULL, `q6opt2w` int(11) DEFAULT NULL, `q6opt2d` int(11) DEFAULT NULL, `q7` smallint(6) DEFAULT NULL, `q8` smallint(6) DEFAULT NULL, `q9des` text, `q9` smallint(6) DEFAULT NULL, `q10` smallint(6) DEFAULT NULL, `minerpoint1` smallint(6) DEFAULT NULL, `minerpoint2` smallint(6) DEFAULT NULL, `minerpoint3` smallint(6) DEFAULT NULL, `minerpoint4` smallint(6) DEFAULT NULL, `minerpoint5` smallint(6) DEFAULT NULL, `minerpoint6` smallint(6) DEFAULT NULL, `minerpoint7` smallint(6) DEFAULT NULL, `minerpoint8` smallint(6) DEFAULT NULL, `minerpoint9` smallint(6) DEFAULT NULL, `minerpoint10` smallint(6) DEFAULT NULL, `vcomment1` text, `vcomment2` text, `vcomment3` text, `vcomment4` text, `vcomment5` text, `vcomment6` text, `vcomment7` text, `vcomment8` text, `vcomment9` text, `vcomment10` text, `vpoint1` smallint(6) DEFAULT NULL, `vpoint2` smallint(6) DEFAULT NULL, `vpoint3` smallint(6) DEFAULT NULL, `vpoint4` smallint(6) DEFAULT NULL, `vpoint5` smallint(6) DEFAULT NULL, `vpoint6` smallint(6) DEFAULT NULL, `vpoint7` smallint(6) DEFAULT NULL, `vpoint8` smallint(6) DEFAULT NULL, `vpoint9` smallint(6) DEFAULT NULL, `vpoint10` smallint(6) DEFAULT NULL, `miner_updated_at` datetime DEFAULT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=24 ;---- Dumping data for table `p2m1c7`--INSERT INTO `p2m1c7` (`id`, `uid`, `vid`, `q3opt1`, `q3opt2`, `q4opt1`, `q4opt2`, `q5opt1l`, `q5opt1w`, `q5opt1d`, `q5opt2l`, `q5opt2w`, `q5opt2d`, `q6opt1l`, `q6opt1w`, `q6opt1d`, `q6opt2l`, `q6opt2w`, `q6opt2d`, `q7`, `q8`, `q9des`, `q9`, `q10`, `minerpoint1`, `minerpoint2`, `minerpoint3`, `minerpoint4`, `minerpoint5`, `minerpoint6`, `minerpoint7`, `minerpoint8`, `minerpoint9`, `minerpoint10`, `vcomment1`, `vcomment2`, `vcomment3`, `vcomment4`, `vcomment5`, `vcomment6`, `vcomment7`, `vcomment8`, `vcomment9`, `vcomment10`, `vpoint1`, `vpoint2`, `vpoint3`, `vpoint4`, `vpoint5`, `vpoint6`, `vpoint7`, `vpoint8`, `vpoint9`, `vpoint10`, `miner_updated_at`, `v_updated_at`, `year`) VALUES(1, 4, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 1, 6, 6, 6, 6, 6, 6, 6, 6, 0, 1, 'Comment 1', 'Comment 2', 'Comment 3', 'Comment 4', 'Comment 5', 'Comment 6', 'Comment 7', 'Comment 8', 'Comment 9', 'Comment 10', 0, 0, 1, 1, 1, 1, 5, 5, 0, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016),(2, 13, NULL, 3, 3, 1, 1, 270, 2, 2, 300, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 5, 1, 6, 6, 5, 1, 1, 6, 6, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(3, 16, NULL, NULL, NULL, NULL, NULL, 250, 1, 1, 250, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 5, 1, 6, 6, 6, 6, 1, 6, 6, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(4, 48, NULL, 2, 2, 0, 1, 0, 0, 0, 300, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 5, 1, 2, 6, 5, 1, 1, 6, 6, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(5, 22, NULL, 3, 3, 4, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 3, '', 5, 1, NULL, 6, 5, 1, 6, 6, 5, 3, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(6, 45, NULL, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 5, 1, 6, 6, 5, 6, 6, 6, 6, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(7, 52, NULL, NULL, NULL, 1, 1, 5464, 1, 1, 5464, 1, 1, 200, 0, 3, 200, 0, 3, NULL, NULL, '', 5, 1, 2, 2, 6, 1, 1, 1, 6, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(8, 44, NULL, 3, 3, 1, 1, 150, 2, 1, 150, 2, 1, 1, 1, 1, 1, 1, 1, NULL, NULL, 'Water sprinkling carried out', 5, 1, 2, 2, 5, 1, 1, 1, 6, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(9, 42, NULL, NULL, NULL, NULL, NULL, 988, 1, 0, 150, 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Water Sprinkling, Wheel Washing and Covering of mining / barren faces and / or dumps by geotextile is undertaken.', 3, 1, 2, 2, 6, 6, 0, 6, 6, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(10, 37, NULL, 1, 3, NULL, NULL, 300, 1, 1, 300, 1, 1, 300, 1, 2, 1000, 1, 2, NULL, NULL, 'Wet drilling, Regular Water sprinkling on Blasted muck piles, haul roads, crusher hoppers, belt conveyors, discharge chutes etc. to avoid dust generation.\r\nBag filters in Crusher for dust suppression in crusher.\r\n', 5, 1, 2, 6, 5, 6, 1, 1, 6, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(11, 51, NULL, 3, 3, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, '', 5, 1, 6, 6, NULL, NULL, 6, 6, NULL, NULL, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(12, 47, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'We are using rain water gathered in mine pit for dust suppression with sprinklers in main haul roads and water tankers in mine workings.', 5, 1, 2, 6, 6, 6, 6, 6, 6, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(13, 41, NULL, 2, 2, 0, 0, 3320, 0, 1, 3320, 1, 0, 1580, 1, 1, 1580, 1, 1, NULL, NULL, 'Tarpaulin covering of trucks, Water sprinkling, plantation, wet drilling.', 2, 1, 2, 0, 5, 1, 1, 1, 6, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(14, 58, NULL, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, '', 5, 1, 6, 6, 5, 1, 1, 1, 6, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(15, 67, NULL, 3, 3, NULL, NULL, 200, 1, 1, 200, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Muck pile wetting and water sprinklers on the roads', 5, 1, 6, 6, 5, 6, 1, 6, 6, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(16, 85, NULL, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 5, 1, 6, 6, 5, 6, 6, 6, 6, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(17, 82, NULL, NULL, NULL, NULL, NULL, 250, 1, 1, 250, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Wet drilling system, muck pile wetting, water tanker fixed jet motor sprinkler system, dry fog system at crusher hopper', 5, 1, 6, 6, 6, 6, 1, 6, 6, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(18, 83, NULL, 1, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 5, 1, 6, 6, 5, 6, 6, 6, 6, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(19, 72, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 5, 1, 6, 6, 6, 6, 6, 6, 6, 6, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(20, 73, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 5, NULL, 6, 6, 6, 6, 6, 6, 6, 6, 3, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(21, 196, NULL, 1, 1, 0, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 5, 0, 6, 6, 3, 1, 6, 6, 6, 6, 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(22, 55, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, 0, '-wet drilling in practice \r\n-through washing of blasted face causing nil dust generation\r\n', 1, 1, 2, 6, 6, 6, 6, 6, 5, 0, 3, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(23, 87, NULL, NULL, NULL, 2, 2, 780, 1, 2, 780, 1, 2, 780, 1, 2, 780, 1, 2, 0, 3, 'Water Sprinkling in crusher out put', 5, 0, 2, 2, 6, NULL, 1, 1, 5, 3, 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016);-- ------------------------------------------------------------ Table structure for table `p2m1c7data1`--CREATE TABLE IF NOT EXISTS `p2m1c7data1` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `l1` float DEFAULT NULL, `l2` float DEFAULT NULL, `l3` float DEFAULT NULL, `l4` float DEFAULT NULL, `l5` float DEFAULT NULL, `l6` float DEFAULT NULL, `l7` float DEFAULT NULL, `l8` float DEFAULT NULL, `u1` smallint(6) DEFAULT NULL, `u2` smallint(6) DEFAULT NULL, `v1` int(11) DEFAULT NULL, `v2` int(11) DEFAULT NULL, `year` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=24 ;---- Dumping data for table `p2m1c7data1`--INSERT INTO `p2m1c7data1` (`id`, `uid`, `l1`, `l2`, `l3`, `l4`, `l5`, `l6`, `l7`, `l8`, `u1`, `u2`, `v1`, `v2`, `year`) VALUES(1, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(2, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(3, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(4, 48, 18, 19, 18, 19, -800, -600, -800, -600, NULL, NULL, 277, 270, 2016),(5, 22, 11500, 12000, 11500, 12000, 11500, 12000, 11500, 12000, NULL, NULL, 10, 10, 2016),(6, 45, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(7, 52, 1, 1, 1, 1, 1, 1, 1, 1, NULL, NULL, 1, 1, 2016),(8, 44, 3, 3, 3, 3, 4, 4, 4, 4, NULL, NULL, 20, 20, 2016),(9, 42, 406450, 406750, 406450, 406750, 1696350, 1696650, 1696350, 1696650, NULL, NULL, 10, 10, 2016),(10, 37, 2000, 2200, 2000, 2200, 550, 750, 550, 750, NULL, NULL, 200, 200, 2016),(11, 51, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(12, 47, 648400, 649600, 648400, 649600, 1682000, 1682600, 1682000, 1682600, NULL, NULL, 40, 40, 2016),(13, 41, 676850, 677000, 676850, 677000, 1658910, 1659040, 1658910, 1659040, NULL, NULL, 920, 900, 2016),(14, 58, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(15, 67, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(16, 85, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(17, 82, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(18, 83, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(19, 72, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(20, 73, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(21, 196, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(22, 55, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 2016),(23, 87, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, NULL, NULL, 60, 60, 2016);-- ------------------------------------------------------------ Table structure for table `p2m1c7data2`--CREATE TABLE IF NOT EXISTS `p2m1c7data2` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `l1` float DEFAULT NULL, `l2` float DEFAULT NULL, `l3` float DEFAULT NULL, `l4` float DEFAULT NULL, `l5` float DEFAULT NULL, `l6` float DEFAULT NULL, `l7` float DEFAULT NULL, `l8` float DEFAULT NULL, `u1` smallint(6) DEFAULT NULL, `u2` smallint(6) DEFAULT NULL, `u3` smallint(6) DEFAULT NULL, `u4` smallint(6) DEFAULT NULL, `v1` int(11) DEFAULT NULL, `v2` int(11) DEFAULT NULL, `year` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=24 ;---- Dumping data for table `p2m1c7data2`--INSERT INTO `p2m1c7data2` (`id`, `uid`, `l1`, `l2`, `l3`, `l4`, `l5`, `l6`, `l7`, `l8`, `u1`, `u2`, `u3`, `u4`, `v1`, `v2`, `year`) VALUES(1, 4, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(2, 13, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(3, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(4, 48, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(5, 22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(6, 45, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(7, 52, 1, 1, 1, 1, 1, 1, 1, 1, NULL, NULL, 0, 0, 140000, 140000, 2016),(8, 44, 3, 3, 3, 3, 3, 3, 3, 3, NULL, NULL, 0, 0, 52456, 52456, 2016),(9, 42, 406400, 406450, 406400, 406450, 1696150, 1696220, 1696150, 1696220, NULL, NULL, 0, 0, 22487, 19965, 2016),(10, 37, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(11, 51, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(12, 47, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(13, 41, 673800, 674000, 673800, 674000, 1658320, 1658490, 1658320, 1658490, NULL, NULL, 0, 0, 21945, 118786, 2016),(14, 58, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(15, 67, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(16, 85, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(17, 82, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(18, 83, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(19, 72, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(20, 73, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(21, 196, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(22, 55, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2016),(23, 87, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, NULL, NULL, 0, 0, 48000, 24773, 2016);-- ------------------------------------------------------------ Table structure for table `p2m1c8`--CREATE TABLE IF NOT EXISTS `p2m1c8` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `q1` smallint(6) DEFAULT NULL, `q2` smallint(6) DEFAULT NULL, `minerpoint1` smallint(6) DEFAULT NULL, `minerpoint2` smallint(6) DEFAULT NULL, `vcomment1` text, `vcomment2` text, `vpoint1` smallint(11) DEFAULT NULL, `vpoint2` smallint(11) DEFAULT NULL, `miner_updated_at` datetime DEFAULT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=31 ;---- Dumping data for table `p2m1c8`--INSERT INTO `p2m1c8` (`id`, `uid`, `vid`, `q1`, `q2`, `minerpoint1`, `minerpoint2`, `vcomment1`, `vcomment2`, `vpoint1`, `vpoint2`, `miner_updated_at`, `v_updated_at`, `year`) VALUES(1, 4, 1, 0, 2, 0, 2, 'Comment 1', 'Comment 2', 1, 2, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016),(2, 13, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(3, 16, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(4, 43, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(5, 48, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(6, 22, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(7, 45, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(8, 52, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(9, 44, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(10, 42, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(11, 37, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(12, 51, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(13, 47, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(14, 41, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(15, 53, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(16, 50, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(17, 38, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(18, 26, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(19, 54, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(20, 87, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(21, 88, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(22, 58, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(23, 67, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(24, 85, NULL, 0, 2, 0, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(25, 72, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(26, 82, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(27, 83, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(28, 73, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(29, 196, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(30, 55, NULL, 1, 2, 1, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016);-- ------------------------------------------------------------ Table structure for table `p2m1c9`--CREATE TABLE IF NOT EXISTS `p2m1c9` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `q1opt1` int(11) DEFAULT NULL, `q1opt2` int(11) DEFAULT NULL, `q2opt1` int(11) DEFAULT NULL, `q2opt2` int(11) DEFAULT NULL, `q3` smallint(6) DEFAULT NULL, `q3des` text, `q4` smallint(6) DEFAULT NULL, `q4des` text, `minerpoint1` smallint(6) DEFAULT NULL, `minerpoint2` smallint(6) DEFAULT NULL, `minerpoint3` smallint(6) DEFAULT NULL, `minerpoint4` smallint(6) DEFAULT NULL, `vcomment1` text, `vcomment2` text, `vcomment3` text, `vcomment4` text, `vpoint1` smallint(6) DEFAULT NULL, `vpoint2` smallint(6) DEFAULT NULL, `vpoint3` smallint(6) DEFAULT NULL, `vpoint4` smallint(6) DEFAULT NULL, `miner_updated_at` datetime DEFAULT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=24 ;---- Dumping data for table `p2m1c9`--INSERT INTO `p2m1c9` (`id`, `uid`, `vid`, `q1opt1`, `q1opt2`, `q2opt1`, `q2opt2`, `q3`, `q3des`, `q4`, `q4des`, `minerpoint1`, `minerpoint2`, `minerpoint3`, `minerpoint4`, `vcomment1`, `vcomment2`, `vcomment3`, `vcomment4`, `vpoint1`, `vpoint2`, `vpoint3`, `vpoint4`, `miner_updated_at`, `v_updated_at`, `year`) VALUES(1, 4, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, 6, 6, NULL, 'Comment 1', 'Comment 2', 'Comment 3', 'Comment 4', 1, 3, 2, 2, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016),(2, 13, NULL, 85000, 100000, NULL, NULL, 2, 'ZERO LEAKAGE IN WATRE PIPE LINES', 2, '', 5, 6, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(3, 16, NULL, 1000000, 1000000, NULL, NULL, 2, 'Evaloc emulsion is used in sprinkling water to reduce evaporation', 2, 'Oil and grease trap provided at mine washing bay will be reused for green belt development', 5, 6, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(4, 48, NULL, 2000000, 2000000, NULL, NULL, 2, 'Zero leakage/water los in water pipelines, storage tanks and water use process', 2, '', 5, 6, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(5, 22, NULL, NULL, NULL, NULL, NULL, 2, '', 2, '', 6, 6, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(6, 45, NULL, NULL, NULL, NULL, NULL, 0, '', 2, '', 6, 6, 0, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(7, 52, NULL, 100000, 100000, 100000, 100000, 2, '', 2, '', 5, 5, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(8, 44, NULL, 250000, 250000, NULL, NULL, 2, 'Zero Leakage in Pipe Line is Maintained', 2, 'Domestic usage Water were channelized to the plants & no seperate dewatering carried out', 5, 6, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(9, 37, NULL, 130000000, 130000000, 30000, 1890, 0, '', 0, '', 5, 5, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(10, 42, NULL, 2147483647, 2147483647, 2147483647, 2147483647, 2, 'Zero Leakage / Water Loss is ensured.', 2, 'Water Conservation is done by deploying thickeners at Wet Processing Plants.', 5, 5, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(11, 51, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 6, 6, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(12, 47, NULL, 100000000, 68858000, 1000, 600, 2, 'We collect water in old unused pits, we have installed sprinklers all along the main haulage roads, thus reducing the usage of water and also we have ensured that there is no leakage by regular monitoring .', 0, '', 5, 5, 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(13, 41, NULL, 535900000, 535900000, 692405000, 262800000, 2, '', 2, 'Using polythene water bottles for drip irrigation, Use of sprinklers.', 5, 5, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(14, 54, NULL, 55881000, 55881000, 210000, 825425000, 2, 'Float valves fitted in storage tanks.\r\nSensor based fitting in toilets.\r\n', 2, 'In-situ barrier exists all around the Mining area to prevent any rain water from going out. All the rain water percolate into the ground thus recharging ground water and preserving moisture in top soil thus helping plantation.', 5, 0, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(15, 58, NULL, NULL, NULL, NULL, NULL, 2, '', 2, '', 6, 6, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(16, 67, NULL, 122000000, 150000000, NULL, NULL, 2, '', 2, '', 5, 6, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(17, 85, NULL, NULL, NULL, NULL, NULL, 2, '', 0, '', 6, 6, 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(18, 82, NULL, 25000000, 25000000, NULL, NULL, 2, 'Evaloc emulsion is self spreading over water surface of stationary water body ultra-thin film retards escape of surface water molecules in open atmosphere, thus reducing evaporation.', 2, 'Oil and grease trap provided at mine washing bay will reuse for green belt after separating oil and grease and dirt of washed water.', 5, 6, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(19, 72, NULL, NULL, NULL, NULL, NULL, 2, '', 2, '', 6, 6, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(20, 73, NULL, NULL, NULL, NULL, NULL, 2, '', 2, '', 6, 6, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(21, 196, NULL, NULL, NULL, NULL, NULL, 2, 'storage tanks and water use process.', 0, '', 6, 6, 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(22, 55, NULL, 100, 100, 2000000, 1000000, 2, 'Mine water is discharge into storage tank and recycled and reused in the process', 0, '', 5, 5, 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(23, 87, NULL, 1000, 1000, 5000, 5000, 2, 'water loss in water pipelines, storage tanks and water use processes ', 2, 'Drip irrigation or other conservation techniques.', 5, 5, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016);-- ------------------------------------------------------------ Table structure for table `p2m1c10`--CREATE TABLE IF NOT EXISTS `p2m1c10` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `q1opt1` smallint(6) DEFAULT NULL, `q1opt2` smallint(6) DEFAULT NULL, `q2opt1` smallint(6) DEFAULT NULL, `q2opt2` smallint(6) DEFAULT NULL, `q3opt1` smallint(6) DEFAULT NULL, `q3opt2` smallint(6) DEFAULT NULL, `q4opt1` smallint(6) DEFAULT NULL, `q4opt2` smallint(6) DEFAULT NULL, `q5opt1` smallint(6) DEFAULT NULL, `q5opt2` smallint(6) DEFAULT NULL, `minerpoint1` smallint(6) DEFAULT NULL, `minerpoint2` smallint(6) DEFAULT NULL, `minerpoint3` smallint(6) DEFAULT NULL, `minerpoint4` smallint(6) DEFAULT NULL, `minerpoint5` smallint(6) DEFAULT NULL, `vcomment1` text, `vcomment2` text, `vcomment3` text, `vcomment4` text, `vcomment5` text, `vpoint1` smallint(6) DEFAULT NULL, `vpoint2` smallint(6) DEFAULT NULL, `vpoint3` smallint(6) DEFAULT NULL, `vpoint4` smallint(6) DEFAULT NULL, `vpoint5` smallint(6) DEFAULT NULL, `miner_updated_at` datetime DEFAULT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=30 ;---- Dumping data for table `p2m1c10`--INSERT INTO `p2m1c10` (`id`, `uid`, `vid`, `q1opt1`, `q1opt2`, `q2opt1`, `q2opt2`, `q3opt1`, `q3opt2`, `q4opt1`, `q4opt2`, `q5opt1`, `q5opt2`, `minerpoint1`, `minerpoint2`, `minerpoint3`, `minerpoint4`, `minerpoint5`, `vcomment1`, `vcomment2`, `vcomment3`, `vcomment4`, `vcomment5`, `vpoint1`, `vpoint2`, `vpoint3`, `vpoint4`, `vpoint5`, `miner_updated_at`, `v_updated_at`, `year`) VALUES(1, 4, 1, 2, 2, NULL, NULL, 0, 2, 2, 2, 0, 2, 3, 6, 0, 3, 0, 'Comment 1', 'Comment 2', 'Comment 3', 'Comment 4', 'Comment 5', 3, 3, 3, 3, 3, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016),(2, 13, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(3, 16, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(4, 43, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(5, 48, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(6, 22, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(7, 45, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(8, 52, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(9, 44, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(10, 37, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(11, 51, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(12, 42, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(13, 47, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(14, 41, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(15, 53, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 0, 2, 3, 3, 3, 3, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(16, 50, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(17, 38, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(18, 26, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(19, 54, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(20, 87, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(21, 88, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(22, 58, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(23, 67, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(24, 85, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(25, 72, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(26, 82, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(27, 73, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(28, 196, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(29, 55, NULL, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016);-- ------------------------------------------------------------ Table structure for table `p2m1c11`--CREATE TABLE IF NOT EXISTS `p2m1c11` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `q1opt1` float DEFAULT NULL, `q1opt2` float DEFAULT NULL, `q2` smallint(6) DEFAULT NULL, `q3` smallint(6) DEFAULT NULL, `q4` smallint(6) DEFAULT NULL, `q5` smallint(6) DEFAULT NULL, `q5des` text, `minerpoint1` smallint(6) DEFAULT NULL, `minerpoint2` smallint(6) DEFAULT NULL, `minerpoint3` smallint(6) DEFAULT NULL, `minerpoint4` smallint(6) DEFAULT NULL, `minerpoint5` int(11) DEFAULT NULL, `vcomment1` text, `vcomment2` text, `vcomment3` text, `vcomment4` text, `vcomment5` text, `vpoint1` smallint(6) DEFAULT NULL, `vpoint2` smallint(6) DEFAULT NULL, `vpoint3` smallint(6) DEFAULT NULL, `vpoint4` smallint(6) DEFAULT NULL, `vpoint5` smallint(6) DEFAULT NULL, `miner_updated_at` datetime DEFAULT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ;---- Dumping data for table `p2m1c11`--INSERT INTO `p2m1c11` (`id`, `uid`, `vid`, `q1opt1`, `q1opt2`, `q2`, `q3`, `q4`, `q5`, `q5des`, `minerpoint1`, `minerpoint2`, `minerpoint3`, `minerpoint4`, `minerpoint5`, `vcomment1`, `vcomment2`, `vcomment3`, `vcomment4`, `vcomment5`, `vpoint1`, `vpoint2`, `vpoint3`, `vpoint4`, `vpoint5`, `miner_updated_at`, `v_updated_at`, `year`) VALUES(1, 4, 1, 6, 100, 0, 0, 2, 2, 'Description', 4, 0, 0, 2, 2, 'Comment 1', 'Comment 2', 'Comment 3', 'Comment 4', 'Comment 5', 4, 1, 2, 2, 2, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016),(2, 13, NULL, 370000, 5, 0, 2, 2, 2, '', 4, 0, 2, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(3, 16, NULL, 775035, 0.2, 1, 2, 2, 2, 'LED lights all along haul road, electronic sensors in HEMM to reduce fuel consumption.', 1, 1, 2, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(4, 48, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(5, 22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(6, 45, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(7, 52, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(8, 44, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(9, 37, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(10, 51, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(11, 42, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(12, 47, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(13, 41, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(14, 58, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(15, 67, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(16, 85, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(17, 82, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(18, 72, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(19, 73, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(20, 196, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(21, 55, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(22, 87, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016);-- ------------------------------------------------------------ Table structure for table `p2m1c12`--CREATE TABLE IF NOT EXISTS `p2m1c12` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `q1opt1` int(11) DEFAULT NULL, `q1opt2` int(11) DEFAULT NULL, `q2opt1` int(11) DEFAULT NULL, `q2opt2` int(11) DEFAULT NULL, `minerpoint1` smallint(6) DEFAULT NULL, `minerpoint2` smallint(6) DEFAULT NULL, `vcomment1` text, `vcomment2` text, `vpoint1` smallint(6) DEFAULT NULL, `vpoint2` smallint(6) DEFAULT NULL, `miner_updated_at` datetime DEFAULT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ;---- Dumping data for table `p2m1c12`--INSERT INTO `p2m1c12` (`id`, `uid`, `vid`, `q1opt1`, `q1opt2`, `q2opt1`, `q2opt2`, `minerpoint1`, `minerpoint2`, `vcomment1`, `vcomment2`, `vpoint1`, `vpoint2`, `miner_updated_at`, `v_updated_at`, `year`) VALUES(1, 4, 1, 0, 10, 75, 100, 0, 3, 'Comment 1', 'Comment 2', 4, 4, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016),(2, 13, NULL, 0, 0, 3, 3, NULL, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(3, 16, NULL, 0, 0, 8, 8, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(4, 43, NULL, 1, 1, 5, 5, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(5, 48, NULL, 1, 1, 2, 2, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(6, 22, NULL, 2, 2, 5, 5, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(7, 45, NULL, 3, 3, 9, 9, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(8, 52, NULL, 0, 0, 2, 2, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(9, 44, NULL, 0, 0, 0, 0, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(10, 37, NULL, 0, 0, 16, 16, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(11, 51, NULL, 4, 4, 4, 4, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(12, 42, NULL, 0, 0, 0, 0, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(13, 47, NULL, 2, 2, 6, 6, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(14, 41, NULL, 0, 0, 1, 1, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(15, 53, NULL, 1, 1, 1, 1, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(16, 50, NULL, 0, 0, 0, 0, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(17, 38, NULL, 0, 0, 5, 5, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(18, 26, NULL, 4, 4, 18, 18, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(19, 87, NULL, 0, 0, 0, 0, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(20, 88, NULL, 0, 0, 10, 8, 4, 3, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(21, 58, NULL, 4, 4, 8, 8, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(22, 67, NULL, 0, 0, 1, 1, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(23, 85, NULL, 1, 1, 2, 2, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(24, 72, NULL, 0, 0, 8, 8, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(25, 82, NULL, 0, 0, 8, 8, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(26, 73, NULL, 0, 0, 7, 7, 4, 4, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(27, 55, NULL, 0, 0, 34, 21, 4, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016),(28, 196, NULL, 0, 0, 7, 5, 4, 2, NULL, NULL, NULL, NULL, '0000-00-00 00:00:00', NULL, 2016);-- ------------------------------------------------------------ Table structure for table `p2m2c1`--CREATE TABLE IF NOT EXISTS `p2m2c1` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `miner_updated_at` datetime NOT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) NOT NULL, `q1` float NOT NULL, `q2` float NOT NULL, `q3op1` int(11) NOT NULL, `q3op2` int(11) NOT NULL, `q4` float NOT NULL, `q5` float NOT NULL, `q6` smallint(6) NOT NULL, `q3_miner_point` smallint(11) NOT NULL, `q4_miner_point` smallint(6) NOT NULL, `q5_miner_point` smallint(6) NOT NULL, `q6_miner_point` smallint(6) NOT NULL, `q3_v_point` smallint(6) DEFAULT NULL, `q4_v_point` smallint(6) DEFAULT NULL, `q5_v_point` smallint(6) DEFAULT NULL, `q6_v_point` smallint(6) DEFAULT NULL, `q1_v_comment` text, `q2_v_comment` text, `q3_v_comment` text, `q4_v_comment` text, `q5_v_comment` text, `q6_v_comment` text, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=24 ;---- Dumping data for table `p2m2c1`--INSERT INTO `p2m2c1` (`id`, `uid`, `vid`, `miner_updated_at`, `v_updated_at`, `year`, `q1`, `q2`, `q3op1`, `q3op2`, `q4`, `q5`, `q6`, `q3_miner_point`, `q4_miner_point`, `q5_miner_point`, `q6_miner_point`, `q3_v_point`, `q4_v_point`, `q5_v_point`, `q6_v_point`, `q1_v_comment`, `q2_v_comment`, `q3_v_comment`, `q4_v_comment`, `q5_v_comment`, `q6_v_comment`) VALUES(2, 4, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016, 119, 68, 100, 100, 99, 54, 1, 3, 3, 5, 1, 3, 3, 3, 1, NULL, NULL, '', '', '', ''),(3, 13, NULL, '0000-00-00 00:00:00', NULL, 2016, 595, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(4, 16, NULL, '0000-00-00 00:00:00', NULL, 2016, 141, 0, 0, 0, 0, 0, 0, 6, 6, 6, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(5, 22, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(6, 52, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(7, 45, NULL, '0000-00-00 00:00:00', NULL, 2016, 190.95, 0, 0, 0, 0, 0, 1, 6, 6, 6, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(8, 48, NULL, '0000-00-00 00:00:00', NULL, 2016, 269, 0, 0, 0, 0, 80, 1, 6, 6, 6, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(9, 44, NULL, '0000-00-00 00:00:00', NULL, 2016, 61.365, 0, 0, 0, 0, 0, 1, 6, 6, 6, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(10, 51, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, 0, 0, 0, 0, 0, 6, 6, 6, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(11, 42, NULL, '0000-00-00 00:00:00', NULL, 2016, 30.5249, 0, 0, 0, 0, 0, 1, 6, 6, 6, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(12, 37, NULL, '0000-00-00 00:00:00', NULL, 2016, 700.69, 0, 0, 0, 0, 0, 1, 6, 6, 6, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(13, 47, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, 50, 0, 0, 0, 0, 6, 6, 6, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(14, 41, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(15, 54, NULL, '0000-00-00 00:00:00', NULL, 2016, 1315.26, 0, 0, 0, 0, 0, 1, 6, 6, 6, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(16, 58, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, 0, 0, 0, 0, 0, 6, 6, 6, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(17, 67, NULL, '0000-00-00 00:00:00', NULL, 2016, 602.137, 0, 0, 0, 0, 0, 0, 6, 6, 6, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(18, 85, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, 0, 0, 0, 0, 0, 6, 6, 6, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(19, 82, NULL, '0000-00-00 00:00:00', NULL, 2016, 141.644, 0, 0, 0, 0, 0, 1, 6, 6, 6, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(20, 72, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, 0, 0, 0, 0, 0, 6, 6, 6, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(21, 73, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, 0, 0, 0, 0, 0, 6, 6, 6, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(22, 55, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(23, 87, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, 0, 0, 0, 0, 1, 6, 6, 6, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);-- ------------------------------------------------------------ Table structure for table `p2m2c2`--CREATE TABLE IF NOT EXISTS `p2m2c2` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `miner_updated_at` datetime NOT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) NOT NULL, `q1` smallint(6) NOT NULL, `q2` smallint(6) NOT NULL, `q1_miner_point` smallint(6) NOT NULL, `q2_miner_point` smallint(6) NOT NULL, `q1_v_point` smallint(6) DEFAULT NULL, `q2_v_point` smallint(6) DEFAULT NULL, `q1_v_comment` text, `q2_v_comment` text, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=30 ;---- Dumping data for table `p2m2c2`--INSERT INTO `p2m2c2` (`id`, `uid`, `vid`, `miner_updated_at`, `v_updated_at`, `year`, `q1`, `q2`, `q1_miner_point`, `q2_miner_point`, `q1_v_point`, `q2_v_point`, `q1_v_comment`, `q2_v_comment`) VALUES(2, 4, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016, 1, 0, 1, 0, 1, 1, '', ''),(3, 13, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(4, 16, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(5, 43, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(6, 22, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(7, 26, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(8, 52, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(9, 45, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(10, 48, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(11, 44, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(12, 37, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(13, 51, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(14, 42, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(15, 47, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(16, 41, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(17, 53, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(18, 50, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(19, 38, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(20, 54, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 0, 1, 0, NULL, NULL, NULL, NULL),(21, 87, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(22, 88, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(23, 58, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(24, 67, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(25, 72, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(26, 85, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(27, 82, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(28, 73, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL),(29, 55, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 1, 1, NULL, NULL, NULL, NULL);-- ------------------------------------------------------------ Table structure for table `p2m2c3`--CREATE TABLE IF NOT EXISTS `p2m2c3` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `miner_updated_at` datetime NOT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) NOT NULL, `q1` smallint(6) NOT NULL, `q1_miner_point` smallint(6) NOT NULL, `q1_v_point` smallint(6) DEFAULT NULL, `q1_v_comment` text, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=30 ;---- Dumping data for table `p2m2c3`--INSERT INTO `p2m2c3` (`id`, `uid`, `vid`, `miner_updated_at`, `v_updated_at`, `year`, `q1`, `q1_miner_point`, `q1_v_point`, `q1_v_comment`) VALUES(2, 4, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016, 3, 3, 3, ''),(3, 13, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(4, 16, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(5, 43, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(6, 22, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(7, 26, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(8, 52, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(9, 45, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(10, 48, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(11, 44, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(12, 37, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(13, 51, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(14, 42, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(15, 47, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(16, 41, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(17, 53, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(18, 50, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(19, 38, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(20, 54, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(21, 87, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(22, 88, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(23, 58, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(24, 67, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(25, 72, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(26, 85, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(27, 82, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(28, 73, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL),(29, 55, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 3, NULL, NULL);-- ------------------------------------------------------------ Table structure for table `p2m2c4`--CREATE TABLE IF NOT EXISTS `p2m2c4` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `miner_updated_at` datetime NOT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) NOT NULL, `q1_proposed_exp` float NOT NULL, `q1_actual_exp` float NOT NULL, `q1_proposed_details` text NOT NULL, `q1_actual_details` text NOT NULL, `q1_no_of_benificiarie` int(11) NOT NULL, `q1_miner_point` smallint(6) NOT NULL, `q1_v_point` smallint(6) DEFAULT NULL, `q1_v_comment` text, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ;---- Dumping data for table `p2m2c4`--INSERT INTO `p2m2c4` (`id`, `uid`, `vid`, `miner_updated_at`, `v_updated_at`, `year`, `q1_proposed_exp`, `q1_actual_exp`, `q1_proposed_details`, `q1_actual_details`, `q1_no_of_benificiarie`, `q1_miner_point`, `q1_v_point`, `q1_v_comment`) VALUES(2, 4, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016, 100, 86, 'test', 'test', 55675675, 3, 3, ''),(3, 13, NULL, '0000-00-00 00:00:00', NULL, 2016, 40, 48, 'RO water plant', 'RO Water plant provided in 4 villages', 7500, 3, NULL, NULL),(4, 16, NULL, '0000-00-00 00:00:00', NULL, 2016, 1.9, 1.9, 'Drinking water facility for nearby villages', 'Drinking water facility for five nearby villages', 1500, 3, NULL, NULL),(5, 43, NULL, '0000-00-00 00:00:00', NULL, 2016, 103, 103, 'Irrigation support \r\nSpent 100 Lakhs towards construction of Bridge cum barrage across kamlavathi river \r\n', 'Irrigation support \r\nSpent 100 Lakhs towards construction of Bridge cum barrage across kamlavathi river \r\n', 1000, 3, NULL, NULL),(6, 22, NULL, '0000-00-00 00:00:00', NULL, 2016, 240, 269, 'Work', 'Work', 3885, 3, NULL, NULL),(7, 26, NULL, '0000-00-00 00:00:00', NULL, 2016, 24.5, 24.5, '1.Borewell and Pipe line installation in Malikheda and Makkanpuriya villages \r\n2.Drinking water Supply through Tanker in 5 villages i.e. Sindeshar Khurd, Malikheda, Shopura, Bedakheda, Rajpura and Rajpura kheda villages\r\n3.Solar Pump Installation at SK village for water supply \r\n4.Four Rain water Harvesting structures completed at Rajsamand \r\n5.Insallation of 2 RO with water cooler at CHC and BDO Office Railmagra ', '1.Borewell and Pipe line installation in Malikheda and Makkanpuriya villages \r\n2.Drinking water Supply through Tanker in 5 villages i.e. Sindeshar Khurd, Malikheda, Shopura, Bedakheda, Rajpura and Rajpura kheda villages\r\n3.Solar Pump Installation at SK village for water supply \r\n4.Four Rain water Harvesting structures completed at Rajsamand \r\n5.Insallation of 2 RO with water cooler at CHC and BDO Office Railmagra ', 3350, 3, NULL, NULL),(8, 52, NULL, '0000-00-00 00:00:00', NULL, 2016, 25000, 30000, '25000', '30000', 515, 3, NULL, NULL),(9, 48, NULL, '0000-00-00 00:00:00', NULL, 2016, 42, 54, 'Pond deepening, Drainage, Laying pipeline and Hand pump installation.', 'Pond deepening, Drainage, Laying pipeline and Hand pump installation.', 2000, 3, NULL, NULL),(10, 45, NULL, '0000-00-00 00:00:00', NULL, 2016, 0.33, 0.3, 'Construction of Drinking water facility', 'Construction of Drinking water facility', 181, 0, NULL, NULL),(11, 44, NULL, '0000-00-00 00:00:00', NULL, 2016, 8.14, 8.15, 'under ground water storage tank to supply to Edayathankudi village.', 'under ground water storage tank capacity 70Kcu mts to supply to Edayathankudi village.', 2000, 3, NULL, NULL),(12, 37, NULL, '0000-00-00 00:00:00', NULL, 2016, 3.67, 3.67, 'Nil', 'R.O. Water purifier in the seven high school for safe drinking water for students. \r\nOrganized an inauguration function and construction of K.T. Bandhara at village Hatloni and Boregaon in Korpana Taluka for water conservation and irrigation purpose \r\nIn the summer vacation problem of drinking water in nearby villages the center try to solve the drinking water problem of community people at village Awalpur, Bibee, Nanda and Noukari, Palgaon & Talodhi', 4100, 3, NULL, NULL),(13, 51, NULL, '0000-00-00 00:00:00', NULL, 2016, 40, 40, 'Work', 'Work', 0, 3, NULL, NULL),(14, 42, NULL, '0000-00-00 00:00:00', NULL, 2016, 13, 13, 'Tentative actual cost is considered as Proposed Expenditure as "Zero" is not accepted by system.', 'Provided Water for Irrigation to Kalsai Villagers and Water pumped to Khandepar River on request of WRD. ', 40000, 3, NULL, NULL),(15, 47, NULL, '0000-00-00 00:00:00', NULL, 2016, 400000, 379938, 'We have provided 1 reverse OSMASIS (RO) plant in the year 2015-16.', 'We have provided 1 reverse OSMASIS (RO) plant in the year 2015-16.', 5000, 3, NULL, NULL),(16, 41, NULL, '0000-00-00 00:00:00', NULL, 2016, 4, 4.5, '5 RO drinking water plants provided for the families of employees, schools and health center. ', '5 RO drinking water plants provided for the families of employees, schools and health center. ', 2500, 3, NULL, NULL),(17, 53, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, 'No proposals', 'Water storage tanks and drinking water supply', 0, 0, NULL, NULL),(18, 50, NULL, '0000-00-00 00:00:00', NULL, 2016, 1.5, 1.32, 'Water Supply', 'Water supply', 150, 3, NULL, NULL),(19, 38, NULL, '0000-00-00 00:00:00', NULL, 2016, 24, 53.41, 'Drinking Water Supply through Tankers', 'Drinking Water Supply through Tankers', 16096, 3, NULL, NULL),(20, 87, NULL, '0000-00-00 00:00:00', NULL, 2016, 12.6, 12.35, 'Sprinkler Set distribution', 'Sprinkler Set distribution', 50, 3, NULL, NULL),(21, 88, NULL, '0000-00-00 00:00:00', NULL, 2016, 12.6, 12.35, 'Sprinkler Set Distribution', 'Sprinkler Set Distribution', 50, 3, NULL, NULL),(22, 58, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 'Providing drinking water facility to Pondugala Village. ', 'Providing drinking water facility to Pondugala Village. ', 4500, 3, NULL, NULL),(23, 67, NULL, '0000-00-00 00:00:00', NULL, 2016, 2.6, 2.6, 'RO Plant', 'RO Plant', 2000, 3, NULL, NULL),(24, 72, NULL, '0000-00-00 00:00:00', NULL, 2016, 60000, 59120, 'Providing Drinking water facility to Wadapally Village', 'Providing Drinking water facility to Wadapally Village', 5000, 3, NULL, NULL),(25, 85, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, '0', '0', 0, 0, NULL, NULL),(26, 82, NULL, '0000-00-00 00:00:00', NULL, 2016, 190000, 190000, 'Drinking water tanker', 'Water tanker to nearby villages & Drinking water for devotees on the occassion of Local festivals', 1500, 3, NULL, NULL),(27, 73, NULL, '0000-00-00 00:00:00', NULL, 2016, 0.7, 0.7, 'Water facility for surrounding villages', 'Water facility for surrounding villages', 500, 0, NULL, NULL),(28, 55, NULL, '0000-00-00 00:00:00', NULL, 2016, 10.2, 10.2, '-', '-', 2100, 3, NULL, NULL);-- ------------------------------------------------------------ Table structure for table `p2m2c5`--CREATE TABLE IF NOT EXISTS `p2m2c5` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `miner_updated_at` datetime NOT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) NOT NULL, `q1_proposed_exp` float NOT NULL, `q1_actual_exp` float NOT NULL, `q1_proposed_details` text NOT NULL, `q1_actual_details` text NOT NULL, `q1_no_of_benificiarie` int(11) NOT NULL, `q1_miner_point` smallint(6) NOT NULL, `q1_v_point` smallint(6) DEFAULT NULL, `q1_v_comment` text, `q2_proposed_exp` float NOT NULL, `q2_actual_exp` float NOT NULL, `q2_proposed_details` text NOT NULL, `q2_actual_details` text NOT NULL, `q2_no_of_benificiarie` int(11) NOT NULL, `q2_miner_point` smallint(6) NOT NULL, `q2_v_point` smallint(6) DEFAULT NULL, `q2_v_comment` text, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ;---- Dumping data for table `p2m2c5`--INSERT INTO `p2m2c5` (`id`, `uid`, `vid`, `miner_updated_at`, `v_updated_at`, `year`, `q1_proposed_exp`, `q1_actual_exp`, `q1_proposed_details`, `q1_actual_details`, `q1_no_of_benificiarie`, `q1_miner_point`, `q1_v_point`, `q1_v_comment`, `q2_proposed_exp`, `q2_actual_exp`, `q2_proposed_details`, `q2_actual_details`, `q2_no_of_benificiarie`, `q2_miner_point`, `q2_v_point`, `q2_v_comment`) VALUES(2, 4, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016, 100, 96, 'test', 'test', 34534, 3, 2, '', 100, 86, 'test', 'test', 2352, 3, 3, ''),(3, 13, NULL, '0000-00-00 00:00:00', NULL, 2016, 2, 2, 'Periodic medical examination', 'Periodic medical examination', 65, 3, NULL, NULL, 25, 47, 'E-primary health centre', 'E-primary health centre', 7500, 3, NULL, NULL),(4, 16, NULL, '0000-00-00 00:00:00', NULL, 2016, 11, 10.45, 'Periodical medical examination, muck pile wetting, dust mask and ear plugs', 'Periodical medical examination, muck pile wetting, dust mask and ear plugs', 80, 3, NULL, NULL, 0.6, 0.6, 'Toilets and cleaning provision', 'Toilets and cleaning provision', 100, 3, NULL, NULL),(5, 43, NULL, '0000-00-00 00:00:00', NULL, 2016, 2, 2, 'Health Check-ups. Eye Check-up Dental check Up Pulse polio Blood Camps ', 'Health Check-ups. Eye Check-up Dental check Up Pulse polio Blood Camps ', 3028, 3, NULL, NULL, 4.8, 4.8, 'Construction of Toilets and urinals and drainage facilities in surrounding villages ', 'Construction of Toilets and urinals and drainage facilities in surrounding villages ', 1000, 3, NULL, NULL),(6, 22, NULL, '0000-00-00 00:00:00', NULL, 2016, 30, 37, 'Work', 'Work', 3885, 3, NULL, NULL, 150, 152, 'Work', 'Work', 34716, 3, NULL, NULL),(7, 26, NULL, '0000-00-00 00:00:00', NULL, 2016, 5, 5, '1)BMD Camp at Zinc Hospital\r\n2)Ayurveda Treatment Camp at Rajsamand ', '1)BMD Camp at Zinc Hospital\r\n2)Ayurveda Treatment Camp at Rajsamand ', 10846, 3, NULL, NULL, 85, 85, '1)Two Community Toilets complex constructed at SK villages \r\n2) Total 565 no. of Individual Household Toilets have been constructed \r\n3) Under Swachh Bharat Abhiyan total 40 school toilet in 36 Govt. Schools have been constructed \r\n4) Cleanliness drive under Swachh Bharat Abhiyan at Railmagra \r\n', '1)Two Community Toilets complex constructed at SK villages \r\n2) Total 565 no. of Individual Household Toilets have been constructed \r\n3) Under Swachh Bharat Abhiyan total 40 school toilet in 36 Govt. Schools have been constructed \r\n4) Cleanliness drive under Swachh Bharat Abhiyan at Railmagra \r\n', 5298, 3, NULL, NULL),(8, 52, NULL, '0000-00-00 00:00:00', NULL, 2016, 3000000, 2995000, '3000000', '2995000', 515, 3, NULL, NULL, 3000000, 2995000, '0', '0', 515, 3, NULL, NULL),(9, 45, NULL, '0000-00-00 00:00:00', NULL, 2016, 11.2, 10.1, 'Health camps', 'Health camps', 2500, 3, NULL, NULL, 0.44, 0.4, '04 nos. of awareness on health and hygiene ', '04 nos. of awareness on health and hygiene', 455, 3, NULL, NULL),(10, 48, NULL, '0000-00-00 00:00:00', NULL, 2016, 7, 8.96, 'Work- Rural health clinic, General health camps, Eye check-up and spectacle distribution.', 'Work- Rural health clinic, General health camps, Eye check-up and spectacle distribution.', 2000, 3, NULL, NULL, 10.5, 11, 'Work- Toilet construction (Community & School), Rural health clinic, General health camps and eye camp etc.', 'Work- Toilet construction (Community & School), Rural health clinic, General health camps and eye camp etc.', 2500, 3, NULL, NULL),(11, 44, NULL, '0000-00-00 00:00:00', NULL, 2016, 20000, 20000, 'No mine health related problems.', 'General medical camps organised periodically.', 500, 3, NULL, NULL, 25000, 20000, 'Organising periodical camps.', 'Eye &Dental camps organised periodically.', 500, 2, NULL, NULL),(12, 37, NULL, '0000-00-00 00:00:00', NULL, 2016, 8.58, 8.58, 'NIMH Air Noise whole body vibration monitoring\r\nInitial Medical Examination and Periodical Medical Examination \r\nRegular Medical Checkup \r\nMedical Camps\r\nSpecialist/External Doctors Visit\r\n', 'NIMH Air Noise whole body vibration monitoring\r\nInitial Medical Examination and Periodical Medical Examination \r\nRegular Medical Checkup \r\nMedical Camps\r\nSpecialist/External Doctors Visit\r\n', 250, 3, NULL, NULL, 13.12, 13.12, 'nil', '01. Organized Door step medical services to nearby villages \r\n02. Organized Blood Donation Camp.\r\n03. HIV testing and health checkup camp has been organized for Truck Drivers in coordination with Janhitay Shikshan Sanstha,Chandrapur.\r\n04. Health Check Up camp for community have been organized at village Bhoygaon and Wadgaon.\r\n05. Organized Eye checkup camp for community people.\r\n06. Cataract Camp.\r\n07. Sickle Cell awareness and testing camp has been organized at Pandit Jawaharlal Nehru Vidyalaya, Awarpur in coordination with PHC,Virur Gadegaon .\r\n08. Organized Health Check Up for Senior Citizens in coordination with Rotary Club, Chandrapur.\r\n09. Support for to PHC for Pulse Polio Campaign.\r\n', 20477, 3, NULL, NULL),(13, 51, NULL, '0000-00-00 00:00:00', NULL, 2016, 34, 30, 'Work', 'Work', 0, 3, NULL, NULL, 50, 43, 'Work', 'Work', 0, 3, NULL, NULL),(14, 42, NULL, '0000-00-00 00:00:00', NULL, 2016, 118324, 118324, 'Actual cost is considered as Proposed as Zero is not accepted by system.', 'Dispensary is provided at Mine Location', 406, 3, NULL, NULL, 18867, 18867, 'Actual cost is considered as Proposed as Zero is not accepted by system.', 'School Toilets Constructed.', 30, 3, NULL, NULL),(15, 47, NULL, '0000-00-00 00:00:00', NULL, 2016, 700000, 766603, 'We are conducting PME for all employees , We are also conduction eye screening and surgery camps and cancer screening camps, BP and Diabetes screening and awareness camps .', 'We are conducting PME for all employees , We are also conduction eye screening and promoting eye surgeries and cancer detection camps.', 3000, 3, NULL, NULL, 200000, 214022, 'We have constructed 10 house hold toilets during the year 2015-16, We have created awareness on usage of toilets,organised health awareness camp.', 'We have constructed 10 house hold toilets during the year 2015-16, We have created awareness on usage of organised health awareness camp.', 10000, 3, NULL, NULL),(16, 41, NULL, '0000-00-00 00:00:00', NULL, 2016, 500, 536, 'Dust suppression measures, avenue plantation, supply of filtered drinking water, fumigation, vaccination, regular health check up', 'Dust suppression measures, avenue plantation, supply of filtered drinking water, fumigation, vaccination, regular health check up', 3000, 3, NULL, NULL, 50, 59.5, 'Construction of community toilets, up gradation of community health center, Visit of specialized doctors to the health center', 'Construction of community toilets, up gradation of community health center, Visit of specialized doctors to the health center', 20000, 3, NULL, NULL),(17, 53, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, 'No proposal', 'Regular medical checkup done', 0, 0, NULL, NULL, 0, 10.28, 'No proposal', 'Construction of toilets under Swatch Bharat', 0, 0, NULL, NULL),(18, 50, NULL, '0000-00-00 00:00:00', NULL, 2016, 2.2, 1.58, 'medical checkup', 'medical check up and camps', 1200, 1, NULL, NULL, 0.05, 0.63, 'awareness camp', 'awareness camp', 2000, 3, NULL, NULL),(19, 38, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, 'Dust Masks, Goggles, Ear muffs and Halmets', 'Dust Masks, Goggles, Ear muffs and Halmets', 0, 0, NULL, NULL, 121.75, 102.13, '---', '---', 0, 3, NULL, NULL),(20, 87, NULL, '0000-00-00 00:00:00', NULL, 2016, 9.54, 9.38, 'Health Camps', 'Health Camps', 3210, 3, NULL, NULL, 46.05, 46.05, 'Construction / Support for Household Toilets, Maintenance cost of school toilets, Swachh Bharat Mission activities', 'Construction / Support for Household Toilets, Maintenance cost of school toilets, Swachh Bharat Mission activities', 3000, 3, NULL, NULL),(21, 88, NULL, '0000-00-00 00:00:00', NULL, 2016, 9.54, 9.38, 'Medical Camps', 'Medical Camps', 3210, 3, NULL, NULL, 46.05, 46.05, 'Construction for Household Toilets ', 'Construction for Household Toilets ', 3000, 3, NULL, NULL),(22, 58, NULL, '0000-00-00 00:00:00', NULL, 2016, 14.8, 14.8, 'Extending medical facilities to all workmen & family members and surrounding villages and maintenance of OHC. ', 'Extending medical facilities to all workmen & family members and surrounding villages and maintenance of OHC. ', 6000, 3, NULL, NULL, 1.35, 1.35, 'Organizing medical camps and distribution of medicines', 'Organizing medical camps and distribution of medicines', 1000, 3, NULL, NULL),(23, 67, NULL, '0000-00-00 00:00:00', NULL, 2016, 1.53268, 1.53268, 'Medical camp at Chilamkur &Hearing aids distribution.', 'Medical camp at Chilamkur &Hearing aids distribution.', 2000, 3, NULL, NULL, 0.4, 0.4, 'Veternary camp at Rangasaipuram', 'Veternary camp at Rangasaipuram', 200, 3, NULL, NULL),(24, 72, NULL, '0000-00-00 00:00:00', NULL, 2016, 14.8, 14.8, 'Extending medical facilities to all workmen & family members.', 'Extending medical facilities to all workmen & family members.', 5000, 3, NULL, NULL, 1.36, 1.36, 'Organizing medical camps and distribution of medicines.', 'Organizing medical camps and distribution of medicines.', 1500, 3, NULL, NULL),(25, 85, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, '0', '0', 0, 0, NULL, NULL, 0, 0, '0', '0', 0, 0, NULL, NULL),(26, 82, NULL, '0000-00-00 00:00:00', NULL, 2016, 1100000, 1045520, 'Medical Health check up, dust suppression system, PPE', 'Medical examination of Mine employees, Muck pile wetting and fugitive dust suppression, dust mask and ear plugs.', 80, 3, NULL, NULL, 60000, 60000, 'Provides the toilets.', 'Toilets cleaning provision and hand cleaning items', 100, 3, NULL, NULL),(27, 73, NULL, '0000-00-00 00:00:00', NULL, 2016, 14.778, 14.778, 'Medical facilities provided for surrounding villages', 'Medical facilities provided for surrounding villages', 1000, 3, NULL, NULL, 1.36, 1.36, 'Medicines provided for poor people', 'Medicines provided for poor people', 150, 3, NULL, NULL),(28, 55, NULL, '0000-00-00 00:00:00', NULL, 2016, 6, 5, '-', '-', 1800, 3, NULL, NULL, 25, 24.3, '-', '-', 600, 3, NULL, NULL);-- ------------------------------------------------------------ Table structure for table `p2m2c6`--CREATE TABLE IF NOT EXISTS `p2m2c6` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `miner_updated_at` datetime NOT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) NOT NULL, `q1_proposed_exp` float NOT NULL, `q1_actual_exp` float NOT NULL, `q1_proposed_details` text NOT NULL, `q1_actual_details` text NOT NULL, `q1_no_of_benificiarie` int(11) NOT NULL, `q1_miner_point` smallint(6) NOT NULL, `q1_v_point` smallint(6) DEFAULT NULL, `q1_v_comment` text, `q2_proposed_exp` float NOT NULL, `q2_actual_exp` float NOT NULL, `q2_proposed_details` text NOT NULL, `q2_actual_details` text NOT NULL, `q2_no_of_benificiarie` int(11) NOT NULL, `q2_miner_point` smallint(6) NOT NULL, `q2_v_point` smallint(6) DEFAULT NULL, `q2_v_comment` text, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ;---- Dumping data for table `p2m2c6`--INSERT INTO `p2m2c6` (`id`, `uid`, `vid`, `miner_updated_at`, `v_updated_at`, `year`, `q1_proposed_exp`, `q1_actual_exp`, `q1_proposed_details`, `q1_actual_details`, `q1_no_of_benificiarie`, `q1_miner_point`, `q1_v_point`, `q1_v_comment`, `q2_proposed_exp`, `q2_actual_exp`, `q2_proposed_details`, `q2_actual_details`, `q2_no_of_benificiarie`, `q2_miner_point`, `q2_v_point`, `q2_v_comment`) VALUES(2, 4, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016, 100, 58, 'test', 'test', 34, 2, 3, '', 100, 49, 'test', 'test', 56, 1, 3, ''),(3, 13, NULL, '0000-00-00 00:00:00', NULL, 2016, 10, 16, 'No information', 'Skilled development programme for womens of nearbyvillage', 300, 3, NULL, NULL, 2, 3, 'No information', 'Infrastructure development for schools of nearby villages', 300, 3, NULL, NULL),(4, 16, NULL, '0000-00-00 00:00:00', NULL, 2016, 2.5, 2.58, 'Skill development programme for local educated people', 'Skill development programme for local educated people', 50, 3, NULL, NULL, 2, 2, 'Cash awards to meritorious students & honorarium to volunteers and sweepers of nearby villages', 'Cash awards to meritorious students & honorarium to volunteers and sweepers of nearby villages', 32, 3, NULL, NULL),(5, 22, NULL, '0000-00-00 00:00:00', NULL, 2016, 40, 37, 'Work', 'Work', 67, 3, NULL, NULL, 220, 225, 'Work', 'Work', 6977, 3, NULL, NULL),(6, 52, NULL, '0000-00-00 00:00:00', NULL, 2016, 13000000, 13200000, '13000000', '13200000', 515, 3, NULL, NULL, 3250000, 3256000, 'work', 'work', 515, 3, NULL, NULL),(7, 45, NULL, '0000-00-00 00:00:00', NULL, 2016, 0.11, 0.1, 'Farmer training programme', 'Farmer training programme', 170, 3, NULL, NULL, 8.42, 7.58, 'Nursery Schools, Bus Service to Schools', 'Nursery Schools, Bus Service to Schools', 216, 3, NULL, NULL),(8, 48, NULL, '0000-00-00 00:00:00', NULL, 2016, 50, 49, 'Work- Training on automobile, LMV driving, mechanical, elect, mason, plumber, retail sales', 'Work- Training on automobile, LMV driving, mechanical, elect, mason, plumber, retail sales', 500, 3, NULL, NULL, 11, 11.14, 'Work- Utkarsh coaching centre, distribution of furniture & computer', 'Work- Utkarsh coaching centre, distribution of furniture & computer', 1000, 3, NULL, NULL),(9, 44, NULL, '0000-00-00 00:00:00', NULL, 2016, 25000, 25995, 'Programme on Cotton Crop Cultivation & usage as Alternate Fuel.\r\nFormation & Training for SHG ', 'Programme on Cotton Crop Cultivation & usage as Alternate Fuel.\r\nFormation & Training for SHG ', 50, 3, NULL, NULL, 55000, 55000, 'Sponsoring of Tution Fees of Rs.55000/- to a Girl named Vimala who scored high marks in 12th Standanrd and currently she pursue Nursing in Shanmuga Nursing College, Salem', 'Sponsoring of Tution Fees of Rs.55000/- to a Girl named Vimala who scored high marks in 12th Standanrd and currently she pursue Nursing in Shanmuga Nursing College, Salem', 1, 3, NULL, NULL),(10, 51, NULL, '0000-00-00 00:00:00', NULL, 2016, 20, 19.52, 'Work', 'Work', 0, 3, NULL, NULL, 42, 40, 'Work', 'Work', 0, 3, NULL, NULL),(11, 37, NULL, '0000-00-00 00:00:00', NULL, 2016, 44.92, 39.05, 'Skill development & Vocational Training programmes for local communities ', 'Skill development & Vocational Training programmes for local communities \r\n• Apprentices training \r\n• Driving skill development \r\n• Tailoring class\r\n• Beauty pallor Skill development \r\n• Maharashtra State Computer Institute of Technology skill development \r\n• Skill development of women machining of Agarbathi, paper bags etc., \r\nExpenses under the head of sustainable livelihood & education development', 6942, 3, NULL, NULL, 116.86, 116.86, 'Promotion of literacy & Education by ABPS School', 'Promotion of literacy & Education by ABPS School', 765, 3, NULL, NULL),(12, 42, NULL, '0000-00-00 00:00:00', NULL, 2016, 2215510, 2215510, 'Actual cost is considered as Proposed Expenses as Zero is not accepted by system.', 'Mining Engineering College & Technical School.', 174, 3, NULL, NULL, 549410, 549410, 'Actual cost is considered as Proposed Expenses as Zero is not accepted by system.', 'Village Computer Center & School Transport. ', 400, 3, NULL, NULL),(13, 47, NULL, '0000-00-00 00:00:00', NULL, 2016, 300000, 310072, 'We have trained 77 women in tailoring,28 persons on computer,42 persons in candle making & 20 women in beautician courses', 'We have trained 77 women in tailoring,28 persons on computer,42 persons in candle making & 20 women in beautician courses', 450, 3, NULL, NULL, 700000, 741270, 'We have supported 70 school going children by organising special classes, issued 30000 note book to 6000 students in 35 schools.', 'We have supported 70 school going children by organising special classes, issued 30000 note book to 6000 students in 35 schools.', 10000, 3, NULL, NULL),(14, 41, NULL, '0000-00-00 00:00:00', NULL, 2016, 85, 87.16, 'Skill development & Vocational Training\r\n programmes for local artisans, ', 'Vocational Training\r\n programmes for local artisans, ', 3000, 3, NULL, NULL, 200, 218, 'Contribution to education societies, Running 15 schools and colleges, contribution towards 295 scholarships.', 'Contribution to education societies, Running 15 schools and colleges, contribution towards 295 scholarships.', 2500, 3, NULL, NULL),(15, 67, NULL, '0000-00-00 00:00:00', NULL, 2016, 0.05, 0.05, 'Drunkers Re Habilitation Training', 'Drunkers Re Habilitation Training', 50, 3, NULL, NULL, 0.20675, 0.20675, 'Career Councelling', 'Career Councelling', 80, 3, NULL, NULL),(16, 58, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 'Salary payments to nominated educational voluntaries etc.', 'Salary payments to nominated educational voluntaries etc.', 250, 3, NULL, NULL, 1, 1, 'Note books to school children s. Library development. etc', 'Note books to school children s. Library development. etc', 250, 3, NULL, NULL),(17, 85, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 0, '0', '0', 0, 0, NULL, NULL, 0, 0, '0', '0', 0, 0, NULL, NULL),(18, 82, NULL, '0000-00-00 00:00:00', NULL, 2016, 250000, 258000, 'Skill development scheme for local educated peoples', 'Skill development scheme for local educated peoples', 50, 3, NULL, NULL, 200000, 200000, 'Meritorious cash awards & other encouragements', 'Meritorious cash awards to school students & Honorarium given to Vidya voluntaries & sweepers of nearby villages', 32, 3, NULL, NULL),(19, 72, NULL, '0000-00-00 00:00:00', NULL, 2016, 2.39, 2.39, 'Skill development programmes for local communities', 'Skill development programmes for local communities', 1000, 3, NULL, NULL, 2.15, 2.15, 'Training facilities for surrounding villages', 'Training facilities for surrounding villages', 1000, 3, NULL, NULL),(20, 73, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 'Skill development for local people', 'Skill development for local people', 150, 3, NULL, NULL, 0.69, 0.69, 'Donate books for poor people', 'Donate books for poor people', 200, 3, NULL, NULL),(21, 55, NULL, '0000-00-00 00:00:00', NULL, 2016, 7.5, 7, '-', '-', 75, 3, NULL, NULL, 68, 49.5, '-', '-', 850, 2, NULL, NULL),(22, 87, NULL, '0000-00-00 00:00:00', NULL, 2016, 25.76, 13.71, 'Vocational Training\r\nprogrammes', 'Vocational Training\r\nprogrammes', 312, 2, NULL, NULL, 19.48, 17.93, 'School Education', 'School Education', 16000, 3, NULL, NULL);-- ------------------------------------------------------------ Table structure for table `p2m2c7`--CREATE TABLE IF NOT EXISTS `p2m2c7` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `miner_updated_at` datetime NOT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) NOT NULL, `q1_proposed_exp` float NOT NULL, `q1_actual_exp` float NOT NULL, `q1_proposed_details` text NOT NULL, `q1_actual_details` text NOT NULL, `q1_no_of_benificiarie` int(11) NOT NULL, `q1_miner_point` smallint(6) NOT NULL, `q1_v_point` smallint(6) DEFAULT NULL, `q1_v_comment` text, `q2_proposed_exp` float NOT NULL, `q2_actual_exp` float NOT NULL, `q2_proposed_details` text NOT NULL, `q2_actual_details` text NOT NULL, `q2_no_of_benificiarie` int(11) NOT NULL, `q2_miner_point` smallint(6) NOT NULL, `q2_v_point` smallint(6) DEFAULT NULL, `q2_v_comment` text, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=25 ;---- Dumping data for table `p2m2c7`--INSERT INTO `p2m2c7` (`id`, `uid`, `vid`, `miner_updated_at`, `v_updated_at`, `year`, `q1_proposed_exp`, `q1_actual_exp`, `q1_proposed_details`, `q1_actual_details`, `q1_no_of_benificiarie`, `q1_miner_point`, `q1_v_point`, `q1_v_comment`, `q2_proposed_exp`, `q2_actual_exp`, `q2_proposed_details`, `q2_actual_details`, `q2_no_of_benificiarie`, `q2_miner_point`, `q2_v_point`, `q2_v_comment`) VALUES(2, 4, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016, 100, 22, 'test', 'test', 3423, 0, 2, '', 100, 46, 'test', 'test', 4234, 1, 2, ''),(3, 13, NULL, '0000-00-00 00:00:00', NULL, 2016, 0, 35, 'No information', 'Donation to orphanages, temples and sports events', 1200, 0, NULL, NULL, 10, 10, 'No information', 'Marketing agency for self-help group', 300, 3, NULL, NULL),(7, 16, NULL, '0000-00-00 00:00:00', NULL, 2016, 5, 5, 'Organizing sports activities and temple construction', 'Organizing sports activities and temple construction', 1000, 2, NULL, NULL, 3, 3, 'Annual health camps for nearby villagers and veterinary camps ', 'Annual health camps for nearby villagers and veterinary camps ', 29000, 3, NULL, NULL),(8, 22, NULL, '0000-00-00 00:00:00', NULL, 2016, 20, 21, 'Work', 'Work', 900, 2, NULL, NULL, 30, 32, 'Work', 'Work', 7500, 3, NULL, NULL),(9, 52, NULL, '0000-00-00 00:00:00', NULL, 2016, 300000, 343000, '300000', '343000', 400, 2, NULL, NULL, 80000, 86000, '80000', '86000', 300, 3, NULL, NULL),(10, 48, NULL, '0000-00-00 00:00:00', NULL, 2016, 3, 8, 'Hockey & Judo promotions, Hareli festivals', 'Hockey & Judo promotions, Hareli festivals', 500, 2, NULL, NULL, 15, 10.72, 'Embroidery, dona pattal, papad, achar & tailoring', 'Embroidery, dona pattal, papad, achar & tailoring', 1000, 2, NULL, NULL),(11, 45, NULL, '0000-00-00 00:00:00', NULL, 2016, 0.38, 0.35, 'football tournament, distribution of football, valleyball with net', 'football tournament, distribution of football, valleyball with net', 550, 2, NULL, NULL, 6.93, 6.24, 'distribution of seeds, blankets, sewing machine repairing of wells', 'distribution of seeds, blankets, sewing machine repairing of wells', 980, 3, NULL, NULL),(12, 44, NULL, '0000-00-00 00:00:00', NULL, 2016, 100000, 104500, 'Sports & Temple Functions', 'Conduct of Sports Events for Villagers during Local Festivals - Rs.42,000/-\r\n2. Distributed 75 no of Fuel Efficient chulas to villagers surrounding Periyathirukonam & Periyanagalur villages - Rs.40,500/-\r\n3.Distributed 55 no of Solar Lanterns to villagers surrounding Periyathirukonam & Periyanagalur villages - Rs.22000/-', 1000, 2, NULL, NULL, 816000, 816000, 'Provided employment opportunity for 8 Local People after imparting training and employed as Security. Each person earn Rs.8500/- Month and the monthly income helps to improve the standard of Living', 'Provided employment opportunity for 8 Local People after imparting training and employed as Security. Each person earn Rs.8500/- Month and the monthly income helps to improve the standard of Living', 8, 3, NULL, NULL),(13, 51, NULL, '0000-00-00 00:00:00', NULL, 2016, 55, 54, 'Work', 'Work', 0, 2, NULL, NULL, 12, 10, 'Work', 'Work', 0, 3, NULL, NULL),(14, 37, NULL, '0000-00-00 00:00:00', NULL, 2016, 3.75, 4.96, '• Sports Event for village women to develop social culture and recreation (Ulhasotsav)', '• Sports Event for village women to develop social culture and recreation (Ulhasotsav)', 500, 2, NULL, NULL, 0.7, 0.65, 'Nil', 'Support for improved agricultural equipment and in puts \r\nSkill based sewing training programs.\r\n', 411, 3, NULL, NULL),(15, 42, NULL, '0000-00-00 00:00:00', NULL, 2016, 5000, 5000, 'Actual cost is considered as proposed expenditure as Zero is not accepted by system.', 'Financial Assistance to Self Help Group.', 10, 2, NULL, NULL, 1000000000, 1000000000, 'Average annual earning per Tipper is about 4 Lakhs.', 'About 500 Tipper Truck Operators are engaged from surrounding for Ore Transportation.', 500, 3, NULL, NULL),(16, 47, NULL, '0000-00-00 00:00:00', NULL, 2016, 400000, 4053570, 'Supported NOG to promote art and culture, provide shelter for sex workers and street children. dance programme, drawing competition for rural women.', 'Supported NOG to promote art and culture, provide shelter for sex workers and street children. dance programme, drawing competition for rural women', 1000, 2, NULL, NULL, 200000, 210735, 'Promoted 85 self-help groups (SHG), supported financially to take up income generating activities .', 'Promoted 85 self-help groups (SHG), supported financially to take up income generating activities .', 1000, 3, NULL, NULL),(17, 41, NULL, '0000-00-00 00:00:00', NULL, 2016, 6, 6.31, 'Contribution towards state level sport meet for forest dept., and Dist. and Taluka level sport meet for local school', 'Contribution towards state level sport meet for forest dept., and Dist. and Taluka level sport meet for local school', 500, 2, NULL, NULL, 720, 720, 'Employment to widows, support to children from poor families, provision of ration cards to employees to ensue food security.', 'Employment to widows, support to children from poor families, provision of ration cards to employees to ensue food security.', 15000, 3, NULL, NULL),(18, 58, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 'Play ground development and Organizing Mandal and District level sports & games.', 'Play ground development and Organizing Mandal and District level sports & games.', 100, 2, NULL, NULL, 1.5, 1.54, 'Honorarium payment to Educational Voluntaries etc ', 'Honorarium payment to Educational Voluntaries etc ', 50, 3, NULL, NULL),(19, 67, NULL, '0000-00-00 00:00:00', NULL, 2016, 10.655, 10.655, 'Donations to Temples &Darghas,Heriage festivals,Mentally retarded centers,Cricket tournouments,holy pilgramage &SP office renovation.', 'Donations to Temples &Darghas,Heriage festivals,Mentally retarded centers,Cricket tournouments,holy pilgramage &SP office renovation.', 8500, 2, NULL, NULL, 1.576, 1.576, 'Supply of foot wear, Walking sticks & Spectacles to poor elderly people.Also Chowdur village development works', 'Supply of foot wear, Walking sticks & Spectacles to poor elderly people.Also Chowdur village development works', 1000, 3, NULL, NULL),(20, 82, NULL, '0000-00-00 00:00:00', NULL, 2016, 450000, 460200, 'Infrastructure, social issue activities', 'Temple developing, Festival organizing, organizing sports activities and other social activities', 5000, 2, NULL, NULL, 300000, 310900, 'Health & Veterinary camps to nearby villagers', 'Mega Health camp for nearby villages and Veterinary camp for nearby cattle''s of villagers', 29000, 3, NULL, NULL),(21, 72, NULL, '0000-00-00 00:00:00', NULL, 2016, 2.398, 2.398, 'Recreational activities to surrounding villages', 'Recreational activities to surrounding villages', 1000, 2, NULL, NULL, 1, 1, 'Livelihood & Socio Economic improvement support to Surrounding villages', 'Socio Economic improvement support to Surrounding villages', 500, 3, NULL, NULL),(22, 73, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 'Support to social and cultural activities to surrounding villages', 'Support to social and cultural activities to surrounding villages', 100, 2, NULL, NULL, 1, 1, 'Livelihood standard improvement to local people', 'Livelihood standard improvement to local people', 150, 3, NULL, NULL),(23, 55, NULL, '0000-00-00 00:00:00', NULL, 2016, 4, 73, '-', '-', 400, 2, NULL, NULL, 6, 3.5, '-', '-', 150, 2, NULL, NULL),(24, 87, NULL, '0000-00-00 00:00:00', NULL, 2016, 1.51, 1.51, 'School', 'School', 12, 2, NULL, NULL, 25.69, 22.75, 'Socio-Economic', 'Socio-Economic', 10094, 3, NULL, NULL);-- ------------------------------------------------------------ Table structure for table `p2m2c8`--CREATE TABLE IF NOT EXISTS `p2m2c8` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `miner_updated_at` datetime NOT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) NOT NULL, `q1_proposed_exp` float NOT NULL, `q1_actual_exp` float NOT NULL, `q1_proposed_details` text NOT NULL, `q1_actual_details` text NOT NULL, `q1_no_of_benificiarie` int(11) NOT NULL, `q1_miner_point` smallint(6) NOT NULL, `q1_v_point` smallint(6) DEFAULT NULL, `q1_v_comment` text, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=23 ;---- Dumping data for table `p2m2c8`--INSERT INTO `p2m2c8` (`id`, `uid`, `vid`, `miner_updated_at`, `v_updated_at`, `year`, `q1_proposed_exp`, `q1_actual_exp`, `q1_proposed_details`, `q1_actual_details`, `q1_no_of_benificiarie`, `q1_miner_point`, `q1_v_point`, `q1_v_comment`) VALUES(2, 4, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016, 100, 41, 'test', 'test', 54654, 1, 2, ''),(3, 13, NULL, '0000-00-00 00:00:00', NULL, 2016, 100, 132, 'NA', 'Roads drains lights etc', 2000, 2, NULL, NULL),(5, 16, NULL, '0000-00-00 00:00:00', NULL, 2016, 33.1, 33.67, 'Infrastructure development like, roads, barrier boards for nearby villages', 'Infrastructure development like, roads, barrier boards for nearby ', 1000, 2, NULL, NULL),(6, 22, NULL, '0000-00-00 00:00:00', NULL, 2016, 350, 713, 'Work', 'Work', 500, 2, NULL, NULL),(7, 52, NULL, '0000-00-00 00:00:00', NULL, 2016, 1200000, 1211000, '1200000', '1211000', 515, 2, NULL, NULL),(8, 48, NULL, '0000-00-00 00:00:00', NULL, 2016, 36, 44.52, 'PCC road, stage & community hall.', 'PCC road, stage & community hall.', 1000, 2, NULL, NULL),(9, 45, NULL, '0000-00-00 00:00:00', NULL, 2016, 12, 10.8, 'Bus service for higher secondary schools', 'Bus service for higher secondary schools', 60, 2, NULL, NULL),(10, 44, NULL, '0000-00-00 00:00:00', NULL, 2016, 1573040, 3781770, 'Laying of RCC Road Work in Edaythankudi Village\r\n', 'Carried out RCC Road Works in Edayathankudi \r\nCarried out BT Road Repair works', 2000, 2, NULL, NULL),(11, 51, NULL, '0000-00-00 00:00:00', NULL, 2016, 10, 9, 'Work', 'Work', 0, 2, NULL, NULL),(12, 37, NULL, '0000-00-00 00:00:00', NULL, 2016, 96.72, 96.72, '• Construction of culverts\r\n• Installation of street lights\r\n• Construction of RCC Road\r\n• Construction of compound walls\r\n• Digging of bore wells and construction of platforms\r\n', '• Construction of culverts\r\n• Installation of street lights\r\n• Construction of RCC Road\r\n• Construction of compound walls\r\n• Digging of bore wells and construction of platforms\r\n', 13400, 2, NULL, NULL),(13, 42, NULL, '0000-00-00 00:00:00', NULL, 2016, 84623, 84623, 'Actual cost is considered as proposed expenditure as zero is not accepted by system.', 'Kirlapale road Junction widening and asphalting.', 50, 2, NULL, NULL),(14, 47, NULL, '0000-00-00 00:00:00', NULL, 2016, 2000000, 2310230, 'We have widen the AHB road in Hospet. It improve the flow of traffic.', 'We have widen the AHB road in Hospet. It improve the flow of traffic.', 10000, 2, NULL, NULL),(15, 41, NULL, '0000-00-00 00:00:00', NULL, 2016, 150, 173, 'On going construction of Sandur to Kumaraswamy temple road', 'On going construction of Sandur to Kumaraswamy temple road', 10000, 2, NULL, NULL),(16, 58, NULL, '0000-00-00 00:00:00', NULL, 2016, 1.4, 1.4, 'Road Development/ Cement roads formation in Pondugala Village', 'Road Development/ Cement roads formation in Pondugala Village', 4500, 2, NULL, NULL),(17, 67, NULL, '0000-00-00 00:00:00', NULL, 2016, 0.5, 0.5, 'Eye click machines to District police Department', 'Eye click machines to District police Department', 100, 2, NULL, NULL),(18, 82, NULL, '0000-00-00 00:00:00', NULL, 2016, 3310000, 3367000, 'Infrastructure development to nearby villages and other social activities', 'Village infrastructure development fund to nearby villages, Road stop barrier boards to Kodad, Mellacheruvu & Munagala mandals, Provided Water tanker to the villagers for drinking water purpose.', 20000, 2, NULL, NULL),(19, 72, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 'Road development in Wadapally Village', 'Road development in Wadapally Village', 1000, 2, NULL, NULL),(20, 73, NULL, '0000-00-00 00:00:00', NULL, 2016, 1, 1, 'Formation of roads to local villages', 'Formation of roads to local villages', 1500, 2, NULL, NULL),(21, 55, NULL, '0000-00-00 00:00:00', NULL, 2016, 23, 22, '-', '-', 1833, 2, NULL, NULL),(22, 87, NULL, '0000-00-00 00:00:00', NULL, 2016, 96.76, 74.08, 'Road connectivity and\r\npublic transport', 'Road connectivity and\r\npublic transport', 50000, 1, NULL, NULL);-- ------------------------------------------------------------ Table structure for table `p2m2c9`--CREATE TABLE IF NOT EXISTS `p2m2c9` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `miner_updated_at` datetime NOT NULL, `v_updated_at` datetime DEFAULT NULL, `year` int(11) NOT NULL, `q1_op1` int(11) NOT NULL, `q1_op2` int(11) NOT NULL, `q1_miner_point` smallint(6) NOT NULL, `q1_v_point` smallint(6) DEFAULT NULL, `q1_v_comment` text, `q2_op1` int(11) NOT NULL, `q2_op2` int(11) NOT NULL, `q2_miner_point` smallint(6) NOT NULL, `q2_v_point` smallint(6) DEFAULT NULL, `q2_v_comment` text, `q3_op1` int(11) NOT NULL, `q3_op2` int(11) NOT NULL, `q3_miner_point` smallint(6) NOT NULL, `q3_v_point` smallint(6) DEFAULT NULL, `q3_v_comment` text, `q4_op1` int(11) NOT NULL, `q4_op2` int(11) NOT NULL, `q4_miner_point` smallint(6) NOT NULL, `q4_v_point` smallint(6) DEFAULT NULL, `q4_v_comment` text, `q5` int(11) NOT NULL, `q5_miner_point` smallint(6) NOT NULL, `q5_v_point` smallint(6) DEFAULT NULL, `q5_v_comment` text, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=26 ;---- Dumping data for table `p2m2c9`--INSERT INTO `p2m2c9` (`id`, `uid`, `vid`, `miner_updated_at`, `v_updated_at`, `year`, `q1_op1`, `q1_op2`, `q1_miner_point`, `q1_v_point`, `q1_v_comment`, `q2_op1`, `q2_op2`, `q2_miner_point`, `q2_v_point`, `q2_v_comment`, `q3_op1`, `q3_op2`, `q3_miner_point`, `q3_v_point`, `q3_v_comment`, `q4_op1`, `q4_op2`, `q4_miner_point`, `q4_v_point`, `q4_v_comment`, `q5`, `q5_miner_point`, `q5_v_point`, `q5_v_comment`) VALUES(2, 4, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2016, 110, 100, 3, 3, '', 105, 100, 3, 3, '', 105, 100, 3, 3, '', 105, 100, 3, 3, '', 5, 5, 0, ''),(3, 13, NULL, '0000-00-00 00:00:00', NULL, 2016, 71, 71, 3, NULL, NULL, 40, 71, 3, NULL, NULL, 31, 71, 2, NULL, NULL, 30, 71, 2, NULL, NULL, 0, 0, NULL, NULL),(4, 16, NULL, '0000-00-00 00:00:00', NULL, 2016, 63, 80, 3, NULL, NULL, 46, 58, 3, NULL, NULL, 17, 22, 3, NULL, NULL, 2, 46, 1, NULL, NULL, 5, 5, NULL, NULL),(5, 43, NULL, '0000-00-00 00:00:00', NULL, 2016, 171, 209, 3, NULL, NULL, 112, 140, 3, NULL, NULL, 6, 31, 1, NULL, NULL, 115, 140, 3, NULL, NULL, 0, 0, NULL, NULL),(6, 22, NULL, '0000-00-00 00:00:00', NULL, 2016, 68, 100, 3, NULL, NULL, 55, 100, 3, NULL, NULL, 96, 100, 3, NULL, NULL, 99, 100, 3, NULL, NULL, 5, 5, NULL, NULL),(7, 52, NULL, '0000-00-00 00:00:00', NULL, 2016, 44, 58, 3, NULL, NULL, 20, 44, 2, NULL, NULL, 24, 44, 3, NULL, NULL, 28, 20, 3, NULL, NULL, 0, 0, NULL, NULL),(8, 48, NULL, '0000-00-00 00:00:00', NULL, 2016, 69, 95, 3, NULL, NULL, 58, 84, 3, NULL, NULL, 11, 11, 3, NULL, NULL, 61, 58, 3, NULL, NULL, 0, 0, NULL, NULL),(9, 45, NULL, '0000-00-00 00:00:00', NULL, 2016, 80, 100, 3, NULL, NULL, 70, 100, 3, NULL, NULL, 85, 100, 3, NULL, NULL, 70, 70, 3, NULL, NULL, 5, 5, NULL, NULL),(10, 44, NULL, '0000-00-00 00:00:00', NULL, 2016, 59, 109, 3, NULL, NULL, 42, 79, 3, NULL, NULL, 15, 30, 3, NULL, NULL, 25, 42, 3, NULL, NULL, 0, 0, NULL, NULL),(11, 51, NULL, '0000-00-00 00:00:00', NULL, 2016, 65, 100, 3, NULL, NULL, 31, 100, 2, NULL, NULL, 55, 100, 3, NULL, NULL, 2, 100, 1, NULL, NULL, 5, 5, NULL, NULL),(12, 37, NULL, '0000-00-00 00:00:00', NULL, 2016, 225, 258, 3, NULL, NULL, 112, 129, 3, NULL, NULL, 129, 129, 3, NULL, NULL, 90, 129, 3, NULL, NULL, 5, 5, NULL, NULL),(13, 42, NULL, '0000-00-00 00:00:00', NULL, 2016, 162, 189, 3, NULL, NULL, 162, 162, 3, NULL, NULL, 0, 0, 0, NULL, NULL, 162, 162, 3, NULL, NULL, 0, 0, NULL, NULL),(14, 47, NULL, '0000-00-00 00:00:00', NULL, 2016, 439, 460, 3, NULL, NULL, 426, 439, 3, NULL, NULL, 13, 13, 3, NULL, NULL, 221, 426, 3, NULL, NULL, 0, 0, NULL, NULL),(15, 41, NULL, '0000-00-00 00:00:00', NULL, 2016, 1557, 1615, 3, NULL, NULL, 498, 514, 3, NULL, NULL, 129, 133, 3, NULL, NULL, 498, 498, 3, NULL, NULL, 0, 0, NULL, NULL),(16, 50, NULL, '0000-00-00 00:00:00', NULL, 2016, 310, 350, 3, NULL, NULL, 120, 300, 2, NULL, NULL, 190, 350, 3, NULL, NULL, 100, 120, 3, NULL, NULL, 0, 0, NULL, NULL),(17, 38, NULL, '0000-00-00 00:00:00', NULL, 2016, 60, 100, 3, NULL, NULL, 52, 100, 3, NULL, NULL, 77, 100, 3, NULL, NULL, 100, 100, 3, NULL, NULL, 0, 0, NULL, NULL),(18, 87, NULL, '0000-00-00 00:00:00', NULL, 2016, 351, 390, 3, NULL, NULL, 344, 351, 3, NULL, NULL, 7, 351, 1, NULL, NULL, 336, 344, 3, NULL, NULL, 0, 0, NULL, NULL),(19, 88, NULL, '0000-00-00 00:00:00', NULL, 2016, 733, 804, 3, NULL, NULL, 696, 733, 3, NULL, NULL, 37, 733, 1, NULL, NULL, 733, 733, 3, NULL, NULL, 0, 0, NULL, NULL),(20, 58, NULL, '0000-00-00 00:00:00', NULL, 2016, 23, 37, 3, NULL, NULL, 20, 33, 3, NULL, NULL, 4, 4, 3, NULL, NULL, 29, 29, 3, NULL, NULL, 0, 0, NULL, NULL),(21, 67, NULL, '0000-00-00 00:00:00', NULL, 2016, 70, 76, 3, NULL, NULL, 61, 61, 3, NULL, NULL, 9, 9, 3, NULL, NULL, 61, 61, 3, NULL, NULL, 0, 0, NULL, NULL),(22, 72, NULL, '0000-00-00 00:00:00', NULL, 2016, 25, 45, 3, NULL, NULL, 20, 35, 3, NULL, NULL, 5, 5, 3, NULL, NULL, 30, 30, 3, NULL, NULL, 0, 0, NULL, NULL),(23, 82, NULL, '0000-00-00 00:00:00', NULL, 2016, 63, 80, 3, NULL, NULL, 47, 63, 3, NULL, NULL, 16, 16, 3, NULL, NULL, 2, 2, 3, NULL, NULL, 5, 5, NULL, NULL),(24, 73, NULL, '0000-00-00 00:00:00', NULL, 2016, 20, 30, 3, NULL, NULL, 25, 35, 3, NULL, NULL, 5, 5, 3, NULL, NULL, 30, 30, 3, NULL, NULL, 0, 0, NULL, NULL),(25, 55, NULL, '0000-00-00 00:00:00', NULL, 2016, 1195, 1188, 3, NULL, NULL, 352, 352, 3, NULL, NULL, 836, 843, 3, NULL, NULL, 0, 0, 0, NULL, NULL, 5, 5, NULL, NULL);-- ------------------------------------------------------------ Table structure for table `p2m3`--CREATE TABLE IF NOT EXISTS `p2m3` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `q1a` float DEFAULT NULL, `q1au` smallint(6) DEFAULT NULL, `q1h` float DEFAULT NULL, `q1p` int(11) DEFAULT NULL, `q1aper` float DEFAULT NULL, `q1hper` float DEFAULT NULL, `q1pper` float DEFAULT NULL, `q2` smallint(6) DEFAULT NULL, `q2des` text, `q3a` float DEFAULT NULL, `q3au` smallint(6) DEFAULT NULL, `q3d` float DEFAULT NULL, `q3p` text, `q3aper` float DEFAULT NULL, `q3dper` float DEFAULT NULL, `q3pper` text, `q4` smallint(6) DEFAULT NULL, `q5a` float DEFAULT NULL, `q5h` float DEFAULT NULL, `q5p` int(11) DEFAULT NULL, `q5aper` float DEFAULT NULL, `q5hper` float DEFAULT NULL, `q5pper` float DEFAULT NULL, `q6` smallint(6) DEFAULT NULL, `q6des` text, `q7` smallint(6) DEFAULT NULL, `q8a` float DEFAULT NULL, `q8au` smallint(6) DEFAULT NULL, `q8ts` float DEFAULT NULL, `q8tsu` smallint(6) DEFAULT NULL, `q8p` int(11) DEFAULT NULL, `q8aper` float DEFAULT NULL, `q8tsper` float DEFAULT NULL, `q8pper` float DEFAULT NULL, `q9a` float DEFAULT NULL, `q9au` smallint(6) DEFAULT NULL, `q9po1` text, `q9vo1` text, `q9aper` float DEFAULT NULL, `q9po2` text, `q9vo2` text, `q10a` float DEFAULT NULL, `q10au` smallint(6) DEFAULT NULL, `q10p` int(11) DEFAULT NULL, `q10aper` float DEFAULT NULL, `q10pper` float DEFAULT NULL, `minerpoint1` smallint(6) DEFAULT NULL, `minerpoint2` smallint(6) DEFAULT NULL, `minerpoint3` smallint(6) DEFAULT NULL, `minerpoint4` smallint(6) DEFAULT NULL, `minerpoint5` smallint(6) DEFAULT NULL, `minerpoint6` smallint(6) DEFAULT NULL, `minerpoint7` smallint(6) DEFAULT NULL, `minerpoint8` smallint(6) DEFAULT NULL, `minerpoint9` smallint(6) DEFAULT NULL, `minerpoint10` smallint(6) DEFAULT NULL, `vpoint1` smallint(6) DEFAULT NULL, `vpoint2` smallint(6) DEFAULT NULL, `vpoint3` smallint(6) DEFAULT NULL, `vpoint4` smallint(6) DEFAULT NULL, `vpoint5` smallint(6) DEFAULT NULL, `vpoint6` smallint(6) DEFAULT NULL, `vpoint7` smallint(6) DEFAULT NULL, `vpoint8` smallint(6) DEFAULT NULL, `vpoint9` smallint(6) DEFAULT NULL, `vpoint10` smallint(6) DEFAULT NULL, `vcomment1` text, `vcomment2` text, `vcomment3` text, `vcomment4` text, `vcomment5` text, `vcomment6` text, `vcomment7` text, `vcomment8` text, `vcomment9` text, `vcomment10` text, `v_updated_at` date DEFAULT NULL, `miner_updated_at` date DEFAULT NULL, `year` int(11) DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=28 ;---- Dumping data for table `p2m3`--INSERT INTO `p2m3` (`id`, `uid`, `vid`, `q1a`, `q1au`, `q1h`, `q1p`, `q1aper`, `q1hper`, `q1pper`, `q2`, `q2des`, `q3a`, `q3au`, `q3d`, `q3p`, `q3aper`, `q3dper`, `q3pper`, `q4`, `q5a`, `q5h`, `q5p`, `q5aper`, `q5hper`, `q5pper`, `q6`, `q6des`, `q7`, `q8a`, `q8au`, `q8ts`, `q8tsu`, `q8p`, `q8aper`, `q8tsper`, `q8pper`, `q9a`, `q9au`, `q9po1`, `q9vo1`, `q9aper`, `q9po2`, `q9vo2`, `q10a`, `q10au`, `q10p`, `q10aper`, `q10pper`, `minerpoint1`, `minerpoint2`, `minerpoint3`, `minerpoint4`, `minerpoint5`, `minerpoint6`, `minerpoint7`, `minerpoint8`, `minerpoint9`, `minerpoint10`, `vpoint1`, `vpoint2`, `vpoint3`, `vpoint4`, `vpoint5`, `vpoint6`, `vpoint7`, `vpoint8`, `vpoint9`, `vpoint10`, `vcomment1`, `vcomment2`, `vcomment3`, `vcomment4`, `vcomment5`, `vcomment6`, `vcomment7`, `vcomment8`, `vcomment9`, `vcomment10`, `v_updated_at`, `miner_updated_at`, `year`) VALUES(1, 4, 1, 30, 0, 37, 31, 0, 100, 100, 0, 'detail', 31, 0, 42, '', 95, 94, '', 3, 20, 30, NULL, 50, 50, 50, 0, '', 2, 57, 0, 30, 1, 26, 41, 100, 100, 47, NULL, '', '', 82, '', '', 34, 0, 34, 100, 100, 6, 6, 6, 3, 6, 6, 6, 6, 6, 3, 5, 3, 5, 3, 3, 2, 2, 0, 5, 3, 'Comment 1', 'Comment 2', 'Comment 3', 'Comment 4', 'Comment 5', 'Comment 6', 'Comment 7', 'Comment 8', 'Comment 9', 'Comment 10', '0000-00-00', '0000-00-00', 2016),(2, 13, NULL, 1, 1, 15, 500, 100, 100, 70, 3, '', 2, 0, 15, '1', 100, 100, '100', 3, 1, 1, NULL, 100, 100, 100, 2, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.4, 1, 400, 380, 1250, 2, 3, 5, 3, 3, 2, 6, 6, 6, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(3, 16, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, '', 5599, 0, 5, '.', 100, 100, '.', 3, 0, 0, NULL, 100, 100, 100, 2, 'Fencing provided to safegaurd', NULL, 0, 1, 0, 0, 0, 100, 100, 100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.75, 1, 1500, 225, 225, 6, 3, 5, 3, 6, 2, 6, 6, 6, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(4, 43, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5.23, 1, 15, '', 100, 100, '', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 27.35, NULL, 'As on date 27.35 ha green belt is developed by planting 136025 Nos of plants', 'As on date 27.35 ha green belt is developed by planting 136025 Nos of plants', 100, '', '', 0.5, 1, 1500, 100, 2745, 6, 6, 5, 3, 6, 6, 6, 6, 5, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(5, 22, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, '20000 Saplings', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, 2, '(Soil- moisture conservation, fencing of area, drip irrigation, etc.) Vertiver Plantation & Drip irrigation being done ', 2, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 'Not Proposed', '2500', 0, '0', '0', 0, 0, 0, 0, 0, 6, 3, 6, 3, 6, NULL, 2, 6, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(6, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, '220 m garland drain was constructed for rain water harvesting.', 0, 0, '', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.33, 1, 500, 100, 500, 6, 6, 0, 3, 6, 6, 6, 6, 6, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(7, 45, NULL, 9.63, 1, 7, 750, 50, 7, 1700, 3, 'Distribution of maize and paddy seeds.', NULL, 1, NULL, NULL, NULL, NULL, NULL, 3, 9.63, 9.63, NULL, 50, 50, 50, 2, 'Fencing, manuring watering', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.5, 1, 750, 100, 800, 0, 3, 6, 3, 2, 2, 6, 6, 6, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(8, 52, NULL, 80.449, 0, 24, 2000, 100, 100, 2000, 3, 'saplings ', NULL, 1, NULL, NULL, NULL, NULL, NULL, 3, 2, 80, NULL, 100, 100, 100, 2, 'fencing ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 2000, 83, 83, 5, 3, 6, 3, 3, 2, 6, 6, 6, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(9, 44, NULL, 2, 1, 10, 4200, 50, 100, 50, 3, 'In order to improve the cultivation of Black cotton soil in the nearby Village and improve the yield meetings were organized with Villagers and suggestions were proposed for Mechanized Harvesting', 900, 1, 2, 'Rain Water Harvesting Pond was developed and water collected was utilized for Plantation', 100, 100, '', 3, 2, 2, NULL, 50, 50, 50, NULL, NULL, NULL, 0, 0, 0, 0, 0, 100, 100, 100, 0, NULL, 'Backfilling done and Dump Levelled & 2410 Saplings Planted on the Dump. Retaining Bunds were formed & Garlad Drains were made to stabilize the dump further. Proposed to install Geotexture in Backfilled area to enhance stabilization', 'Neem, Pungan, Gulmohar, subabul, Accacia etc were planted all along the Backfilled Area for Dump Stabilization', 100, 'Backfilling done and Dump Levelled & 2410 Saplings Planted on the Dump. Retaining Bunds were formed & Garlad Drains were made to stabilize the dump further. Proposed to install Geotexture in Backfilled area to enhance stabilization', 'Neem, Pungan, Gulmohar, subabul, Accacia etc were planted all along the Backfilled Area for Dump Stabilization', 2, 1, 4000, 50, 97, 2, NULL, 5, 3, 2, 6, 6, 2, 5, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(10, 48, NULL, 31917, 0, 10, 3000, 100, 100, 100, 3, '1000 saplings of fruit plants at Dhour village.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 10000, NULL, '', '2500', 100, '', '2500', 10000, 0, 2500, 100, 100, 5, 3, 6, 3, 6, 6, 6, 6, 5, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(11, 51, NULL, 8.3, 1, 8.3, 8, 0, 0, 0, 0, '', 1.1, 0, 2, '0', 72, 75, '0', 2, 0, 0, NULL, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, NULL, '0', '15', 0, '0', '100', 10.7, 1, 2000, 35, 100, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(12, 37, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 'Distribution of trees and saplings to neighboring areas through CSR team to develop greenery. ', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, 2, 'The systematic removal of the top soil/ waste is being done and the same is stored separately in systematically at the well designated places as per the scheme of mining. After reaching to sufficient height plantation is being carried out for green belt development. Green belt was already developed on matured dumps/ bund with an extent of 21.06 Ha.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1000, 200, 397, 6, 3, 6, 3, 6, 2, 6, 6, 6, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(13, 42, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 'About 650 Cashew Saplings planted outside Mining Lease. Grass Seeds of Styllo spread on area which serves as fodder crop for cattle.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 6, 3, 6, 3, 6, 6, 6, 6, 6, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(14, 47, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 15000, NULL, 'Dump teraccing and coco coirmatting and plantation. ', 'As per the recomendations of Forest Officials.', 100, 'Dump teraccing and coco coirmatting and plantation. ', 'As per the recomendations of Forest Officials.', 78000, 0, 14500, 100, 14500, 6, 6, 6, 3, 6, 6, 6, 6, 5, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(15, 41, NULL, 2.1, 1, 10, 150000, 100, 100, 100, 3, 'Planting of pongamia pinnata bio-diesel seed plants', 300, 1, 5, '', 100, 100, '', 3, 1, 60, NULL, 100, 100, 100, 2, '', 2, 2.5, 1, 2.5, 1, 6000, 100, 100, 100, 30, NULL, '', '', 100, '', '', 53.81, 1, 50000, 100, 100, 5, 3, 5, 3, 3, 2, 2, 2, 5, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(16, 50, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, 2, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 0.4, NULL, '0.4', '0.4', 0.4, '0.4', '0.4', 0, 0, 0, 0, 0, 6, 6, 6, 3, 6, 2, 6, 6, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(17, 38, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, '--', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, 2, '', NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 4.7, NULL, '4.7', '4.7', 100, '100', '100', 4.7, 1, 4700, 100, 100, 6, 3, 6, 3, 6, 2, 6, 6, 5, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(18, 54, NULL, 16.08, 1, 4, 65000, 100, 100, 114.99, 3, 'Distribution of fruit and forest species to local people to enable them to grow trees', NULL, 1, NULL, NULL, NULL, NULL, NULL, 3, 16.08, 16.08, NULL, 100, 100, 100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 26, 1, 100000, 120.23, 113287, 5, 3, 6, 3, 3, 6, 6, 6, 6, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(19, 87, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 2000, 100, 100, 6, 6, 6, 3, 6, 6, 6, 6, 6, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(20, 88, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.2, 1, 400, 100, 100, 6, 0, 6, 3, 6, 6, 6, 6, 6, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(21, 58, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, 2, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1000, 100, 5200, 6, 6, 6, 3, 6, 2, 6, 6, 6, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(22, 67, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1.5, 1, 1500, 1.5, 1500, 6, 6, 6, 2, 6, 6, 6, 6, 6, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(23, 73, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, 2, '', 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 5, 0, 1000, 5, 1000, 6, 6, 6, 3, 6, 2, 2, 6, 6, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(24, 72, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, NULL, NULL, NULL, NULL, NULL, NULL, 2, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1000, 100, 1000, 6, 6, 6, 3, 6, 2, 6, 6, 6, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(25, 85, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, 7.23, NULL, ' BC soil dump of 10 m hight maintaining slopes& located at SW corner of mine. ', 'Active dump', 10, '', '', 11, 1, 4050, 100, 4000, 6, 6, 6, 2, 6, 6, 6, 6, 0, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(26, 82, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 3, 'Greenbelt development at nearby areas', 5599, 0, 5, 'To prepare Bio-diversity park', 100, 100, 'Developed bio-diversity park.', 3, 6000, 0.5, NULL, 100, 100, 100, 2, 'Fencing provided in the restored area', NULL, 2, 1, 6000, 0, 1500, 100, 100, 100, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0.75, 1, 1500, 100, 100, 6, 3, 5, 3, 3, 2, 6, 2, 6, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016),(27, 55, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, '', 0, 0, 0, '', 100, 100, 'One rain water harvesting structure is constructed, which help in recharging ground water. Thereby the water level in the nearby area is substantially increased . ', 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 18.79, 1, 500, 100, 100, 6, 0, 5, 3, 6, 6, 6, 6, 6, 3, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0000-00-00', 2016);-- ------------------------------------------------------------ Table structure for table `p2m4c1`--CREATE TABLE IF NOT EXISTS `p2m4c1` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `year` int(11) NOT NULL, `miner_updated_at` datetime NOT NULL, `v_updated_at` datetime DEFAULT NULL, `op1_detail` smallint(6) NOT NULL, `minerpoint1` smallint(6) DEFAULT NULL, `vpoint1` smallint(6) DEFAULT NULL, `vcomment1` text, `op2_detail` smallint(6) NOT NULL, `minerpoint2` smallint(6) DEFAULT NULL, `vpoint2` smallint(6) DEFAULT NULL, `vcomment2` text, `op3_detail` smallint(6) NOT NULL, `minerpoint3` smallint(6) DEFAULT NULL, `vpoint3` smallint(6) DEFAULT NULL, `vcomment3` text, `op4_detail` smallint(6) NOT NULL, `minerpoint4` smallint(6) DEFAULT NULL, `vpoint4` smallint(6) DEFAULT NULL, `vcomment4` text, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ;---- Dumping data for table `p2m4c1`--INSERT INTO `p2m4c1` (`id`, `uid`, `vid`, `year`, `miner_updated_at`, `v_updated_at`, `op1_detail`, `minerpoint1`, `vpoint1`, `vcomment1`, `op2_detail`, `minerpoint2`, `vpoint2`, `vcomment2`, `op3_detail`, `minerpoint3`, `vpoint3`, `vcomment3`, `op4_detail`, `minerpoint4`, `vpoint4`, `vcomment4`) VALUES(2, 4, 1, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 3, '', 0, 0, 2, '', 3, 3, 3, '', 3, 3, 3, ''),(3, 13, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, 3, NULL, NULL, 2, 2, NULL, NULL, 3, 3, NULL, NULL, 3, 3, NULL, NULL),(4, 16, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, 3, NULL, NULL, 2, 2, NULL, NULL, 3, 3, NULL, NULL, 3, 3, NULL, NULL),(5, 43, NULL, 2016, '0000-00-00 00:00:00', NULL, 0, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(6, 22, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(7, 26, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(8, 52, NULL, 2016, '0000-00-00 00:00:00', NULL, 0, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(9, 45, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(10, 44, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(11, 48, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(12, 37, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(13, 51, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(14, 42, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(15, 47, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(16, 41, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(17, 50, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(18, 38, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(19, 54, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(20, 87, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(21, 88, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(22, 58, NULL, 2016, '0000-00-00 00:00:00', NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL),(23, 67, NULL, 2016, '0000-00-00 00:00:00', NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(24, 72, NULL, 2016, '0000-00-00 00:00:00', NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL),(25, 85, NULL, 2016, '0000-00-00 00:00:00', NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(26, 82, NULL, 2016, '0000-00-00 00:00:00', NULL, 0, NULL, NULL, NULL, 2, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL),(27, 73, NULL, 2016, '0000-00-00 00:00:00', NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL),(28, 55, NULL, 2016, '0000-00-00 00:00:00', NULL, 3, NULL, NULL, NULL, 0, NULL, NULL, NULL, 3, NULL, NULL, NULL, 3, NULL, NULL, NULL);-- ------------------------------------------------------------ Table structure for table `p2m4c2`--CREATE TABLE IF NOT EXISTS `p2m4c2` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uid` int(11) NOT NULL, `vid` int(11) DEFAULT NULL, `year` int(11) NOT NULL, `miner_updated_at` datetime NOT NULL, `v_updated_at` datetime NOT NULL, `qms_option` smallint(6) NOT NULL, `ems_option` smallint(6) NOT NULL, `ohsas_option` smallint(6) NOT NULL, `social_countability_option` smallint(6) NOT NULL, `energy_audit_option` smallint(6) NOT NULL, `gri_reporting_option` smallint(6) NOT NULL, `sustainability_report_option` smallint(6) NOT NULL, `other_option` smallint(6) NOT NULL, `minerpoint1` smallint(6) DEFAULT NULL, `minerpoint2` smallint(6) DEFAULT NULL, `minerpoint3` smallint(6) DEFAULT NULL, `minerpoint4` smallint(6) DEFAULT NULL, `minerpoint5` smallint(6) DEFAULT NULL, `minerpoint6` smallint(6) DEFAULT NULL, `minerpoint7` smallint(6) DEFAULT NULL, `minerpoint8` smallint(6) DEFAULT NULL, `vpoint1` smallint(6) DEFAULT NULL, `vpoint2` smallint(6) DEFAULT NULL, `vpoint3` smallint(6) DEFAULT NULL, `vpoint4` smallint(6) DEFAULT NULL, `vpoint5` smallint(6) DEFAULT NULL, `vpoint6` smallint(6) DEFAULT NULL, `vpoint7` smallint(6) DEFAULT NULL, `vpoint8` smallint(6) DEFAULT NULL, `vcomment1` text, `vcomment2` text, `vcomment3` text, `vcomment4` text, `vcomment5` text, `vcomment6` text, `vcomment7` text, `vcomment8` text, `qms_validator_comment` text NOT NULL, `qms_point_validator` smallint(6) NOT NULL, `ems_point_validator` smallint(6) NOT NULL, `ohsas_point_validator` smallint(6) NOT NULL, `social_countability_point_validator` smallint(6) NOT NULL, `energy_audit_point_validator` smallint(6) NOT NULL, `gri_reporting_point_validator` smallint(6) NOT NULL, `sustainability_report_point_validator` smallint(6) NOT NULL, `other_point_validator` smallint(6) NOT NULL, `ems_validator_comment` text NOT NULL, `ohsas_validator_comment` text NOT NULL, `social_countability_validator_comment` text NOT NULL, `energy_audit_validator_comment` text NOT NULL, `gri_reporting_validator_comment` text NOT NULL, `sustainability_report_validator_comment` text NOT NULL, `other_validator_comment` text NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ;---- Dumping data for table `p2m4c2`--INSERT INTO `p2m4c2` (`id`, `uid`, `vid`, `year`, `miner_updated_at`, `v_updated_at`, `qms_option`, `ems_option`, `ohsas_option`, `social_countability_option`, `energy_audit_option`, `gri_reporting_option`, `sustainability_report_option`, `other_option`, `minerpoint1`, `minerpoint2`, `minerpoint3`, `minerpoint4`, `minerpoint5`, `minerpoint6`, `minerpoint7`, `minerpoint8`, `vpoint1`, `vpoint2`, `vpoint3`, `vpoint4`, `vpoint5`, `vpoint6`, `vpoint7`, `vpoint8`, `vcomment1`, `vcomment2`, `vcomment3`, `vcomment4`, `vcomment5`, `vcomment6`, `vcomment7`, `vcomment8`, `qms_validator_comment`, `qms_point_validator`, `ems_point_validator`, `ohsas_point_validator`, `social_countability_point_validator`, `energy_audit_point_validator`, `gri_reporting_point_validator`, `sustainability_report_point_validator`, `other_point_validator`, `ems_validator_comment`, `ohsas_validator_comment`, `social_countability_validator_comment`, `energy_audit_validator_comment`, `gri_reporting_validator_comment`, `sustainability_report_validator_comment`, `other_validator_comment`) VALUES(2, 4, 1, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 0, 0, 2, 2, 0, 2, 0, 3, 0, 0, 2, 2, 0, 2, 0, 2, 0, 0, 0, 0, 1, 2, 1, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(3, 13, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 0, 2, 0, 0, 0, 3, 3, 3, 0, 2, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(4, 16, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 0, 2, 0, 2, 1, 3, 3, 3, 0, 2, 0, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(5, 22, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 2, 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(6, 52, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(7, 45, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 2, 2, 1, 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(8, 44, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 0, 0, 0, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(9, 48, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 2, 2, 1, 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(10, 37, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 0, 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(11, 51, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 2, 2, 0, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(12, 42, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 2, 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(13, 47, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 0, 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(14, 41, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, 0, 0, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(15, 53, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 0, 2, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(16, 50, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 0, 0, 0, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(17, 38, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 2, 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(18, 26, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 2, 2, 0, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(19, 54, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 2, 2, 1, 2, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(20, 87, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 0, 0, 0, 2, 0, 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(21, 88, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 0, 0, 0, 2, 0, 2, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(22, 58, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 0, 2, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(23, 67, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 0, 2, 0, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(24, 72, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 0, 2, 0, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(25, 85, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 2, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(26, 82, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 0, 2, 0, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(27, 73, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 3, 3, 0, 2, 0, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', ''),(28, 55, NULL, 2016, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', 0, 0, 0, 0, 0, 0, 0, 0, '', '', '', '', '', '', '');-- ------------------------------------------------------------ Table structure for table `p2_response`--CREATE TABLE IF NOT EXISTS `p2_response` ( `id` int(11) NOT NULL AUTO_INCREMENT, `updated_by` int(11) NOT NULL, `updated_on` datetime NOT NULL, `p2_qn1` varchar(20) NOT NULL, `p2_qn2` varchar(20) NOT NULL, `p2_qn3` varchar(20) NOT NULL, `p2_qn4` varchar(20) NOT NULL, `p2_qn5` varchar(20) NOT NULL, `p2_qn6` varchar(20) NOT NULL, `point` varchar(10) NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;---- Dumping data for table `p2_response`--INSERT INTO `p2_response` (`id`, `updated_by`, `updated_on`, `p2_qn1`, `p2_qn2`, `p2_qn3`, `p2_qn4`, `p2_qn5`, `p2_qn6`, `point`) VALUES(1, 1, '2016-04-14 00:00:00', '1', '3', '6', '7', '10', '12', '3');-- ------------------------------------------------------------ Table structure for table `p3_response`--CREATE TABLE IF NOT EXISTS `p3_response` ( `id` int(11) NOT NULL AUTO_INCREMENT, `updated_by` int(11) NOT NULL, `updated_on` datetime NOT NULL, `p3_qn1` varchar(20) NOT NULL, `p3_qn2` varchar(20) NOT NULL, `p3_qn3` varchar(20) NOT NULL, `p3_qn4` varchar(20) NOT NULL, `p3_qn5` varchar(20) NOT NULL, `point` int(11) NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;-- ------------------------------------------------------------ Table structure for table `question`--CREATE TABLE IF NOT EXISTS `question` ( `id` int(11) NOT NULL AUTO_INCREMENT, `PARTICULAS` text NOT NULL, `DETAILS` text NOT NULL, `page_id` int(11) NOT NULL, `qn_order` int(10) NOT NULL, UNIQUE KEY `id` (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=18 ;---- Dumping data for table `question`--INSERT INTO `question` (`id`, `PARTICULAS`, `DETAILS`, `page_id`, `qn_order`) VALUES(1, 'Constitution of State SDF CELL', '', 1, 1),(2, 'Availability of District wise Mineral Maps with overlays of existing concession and freehold areas on a scale 1:10000 or larger.', '', 1, 2),(3, 'Overlays of existing concessions and free hold areas on district revenue maps showing Forest, Govt; Agriculture land on a scale 1:10000 or larger.', '', 1, 3),(4, 'Overlays of existing concessions and free hold areas showing notified tribal tracts/areas, habitats/ villages, places of historical and religious importance on a scale 1:10000 or larger.', '', 1, 4),(5, 'Overlays of existing concessions and free hold areas showing ecologically fragile areas and bio diversity zones, water bodies etc. on a scale 1:10000 or larger.', '', 1, 5),(6, 'Level of Mineral exploration/ information. (G1, G2, G3, G4)\r\n', '', 1, 6),(7, 'A system of categorization of concessions based on above sensitivities.', '', 1, 7),(8, 'Constitution of Regional Co-ordination committee', '', 2, 1),(9, 'State wise zoning of mining clusters for determination of carrying capacity', '', 2, 2),(10, 'Cluster wise preparation of Strategic Plan for Mineral development within the ambit of Sustainable Development', '', 2, 3),(11, 'Assessment of carrying capacity of clusters/ zones for optimizing no. and size of leases, scale of operations, suggested alternate mining methods, beneficiation technologies, mineral storage and transport, energy conservation, common infrastructure facilities, local communities and social infrastructure development.', '', 2, 4),(12, 'Formulating strategies to deal with illegal mining', '', 2, 5),(13, 'Social foot printing on economic, education, health and skill levels and developing a system of reporting continual improvements.', '', 2, 6),(14, 'Constitution of SDU (Sustainable Development Unit) at Mine level', '', 3, 1),(15, 'Awareness programmes organised by SDU during last year to sensitise employees and stakeholders about SD', '', 3, 2),(16, 'Utilisation of funds allotted to SDU', '', 3, 3),(17, '', '', 4, 0);-- ------------------------------------------------------------ Table structure for table `question_option`--CREATE TABLE IF NOT EXISTS `question_option` ( `id` int(11) NOT NULL AUTO_INCREMENT, `qn_id` int(11) NOT NULL, `options` varchar(150) NOT NULL, `point` int(11) NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=38 ;---- Dumping data for table `question_option`--INSERT INTO `question_option` (`id`, `qn_id`, `options`, `point`) VALUES(1, 1, 'Available', 1),(2, 1, 'Not Available', 0),(3, 2, 'Available', 1),(4, 2, 'Not Available', 0),(5, 3, 'Available', 1),(6, 3, 'Not Available', 0),(7, 4, 'Available', 1),(8, 4, 'Not Available', 0),(9, 5, 'Available', 1),(10, 5, 'Not Available', 0),(11, 6, 'Available', 1),(12, 6, 'Not Available', 0),(13, 7, 'Available', 1),(14, 7, 'Not Available', 0),(15, 8, 'Constituted', 1),(16, 8, 'Not Constituted', 0),(17, 9, 'Completed ', 1),(18, 9, 'Not completed ', 0),(19, 10, 'Prepared', 1),(20, 10, 'Not prepared', 0),(21, 11, 'Undertaken', 1),(22, 11, 'Not undertaken', 0),(23, 12, 'Formulated', 1),(24, 12, 'Not formulated', 0),(25, 13, 'Undertaken', 1),(26, 13, 'Not undertaken', 0),(27, 14, 'Constituted', 2),(28, 14, 'Not Constituted', 0),(29, 15, '4 or more', 4),(30, 15, '2-3', 3),(31, 15, '1', 2),(32, 15, '0', 0),(33, 16, '100%', 4),(34, 16, 'Between 80-100%', 3),(35, 16, 'Between 60-80%', 2),(36, 16, 'Between 50-60%', 1),(37, 16, 'Below 50%', 0);-- ------------------------------------------------------------ Table structure for table `user`--CREATE TABLE IF NOT EXISTS `user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `firstname` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `middlename` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, `lastname` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, `username` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `password_hash` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `status` smallint(6) NOT NULL, `membership_type` int(11) DEFAULT NULL, `auth_key` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL, `password_reset_token` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `account_activation_token` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `created_at` int(11) DEFAULT NULL, `updated_at` int(11) DEFAULT NULL, `last_login` datetime DEFAULT NULL, `insert_time` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `username` (`username`), UNIQUE KEY `password_reset_token` (`password_reset_token`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=404 ;---- Dumping data for table `user`--INSERT INTO `user` (`id`, `firstname`, `middlename`, `lastname`, `username`, `email`, `password_hash`, `status`, `membership_type`, `auth_key`, `password_reset_token`, `account_activation_token`, `created_at`, `updated_at`, `last_login`, `insert_time`) VALUES(1, 'Pranab', 'Kumar', 'Sabat', 'validator', 'pranabkumar.s@istpl.co', '$2y$13$Q65glWMGKqWAGRdifqCCQOWHB8Gj2Sd2pGaqYwVGY9h5EPex1.dD.', 10, 0, '', 'k2Yxx_lC9YJ6RzSXjOIMXK2GSEpb36Os_1467014991', NULL, 1448536599, 1467014991, '2016-06-10 07:07:27', NULL),(4, 'Chaitanya', 'Meher Krishna', 'Immadi', '10897/38APR11144', 'chaitanya.imk@istpl.co', '$2y$13$1JugsRx0QmudxxeAzcvvjOJEo1zYTOBTuUHGwG74ejrtPIvMrxWc2', 10, 0, '', NULL, NULL, 1449051204, 1458550594, '2016-03-21 08:56:34', NULL),(13, 'Chitta', 'Ranjan', 'Behera', '10897/38APR11145', 'chittaranjan.b@mydatawise.com', '$2y$13$WzUFp.9n2KEOkuNWkIyjGuPFW8EJ6HfgSOVy0Lpovj34oRhErjohi', 10, 0, '', NULL, NULL, 1451891325, 1457677330, '2016-03-11 06:22:09', NULL),(16, 'M/s My Home Industries Pvt. Ltd.', NULL, '', '6098/38APR14044', 'pranabkumar503@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '1Wkc_itwXkk0sYGkgqgtGUnm1imcYe2j', NULL, NULL, 1465819536, 1467268210, NULL, NULL),(21, 'ravi', NULL, 'pawan', '10897/38APR11147', 'ravi.pavan19@gmail.com', '$2y$13$CyIBSOQh5ICF3/gowkQtfO.nGm39hbK2w1GTV3G0NNw72Ug3HdGRG', 10, 0, 'eFFcv4NqQl0HYXhSB4frkHIqfYjbc3E2', NULL, NULL, 1467101968, 1467102054, NULL, NULL),(22, 'M/s Tata Steel', NULL, '', '4376/30BHR27024', 'tata@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(26, 'M/s Hindustan Zinc Ltd', NULL, '', '421/34RAJ27002', 'hindustan@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(37, 'M/s Ultratech Cement Ltd', NULL, '', '441/38MSH08001', 'ultratech@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(38, 'M/s Hindustan Zinc Ltd', NULL, '', '421/34RAJ06001', 'hindustan2@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(39, 'M/s. Ramco Cements Ltd.', NULL, '', '638/38TMN14046', 'ramco@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(40, 'M/s My Home Industries Pvt. Ltd.', NULL, '', '6098/38APR14044dummy', 'myhome@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(41, 'M/s SMIOR Ltd', NULL, '', '35/30KAR03180', 'smior@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(42, 'M/s Vedanta Limited', NULL, '', '327/30GOA02018', '', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(43, 'M/s Kesoram Industries Ltd.', NULL, '', '245/38KAR10003', 'kesoram@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(44, 'M/s. Dalmia Cements (B) Ltd.', NULL, '', '929/38TMN38001', 'dalmia@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(45, 'M/s Hindalco Industries Ltd.', NULL, '', '935/07JHK09003', 'hindalco3@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(46, 'M/s NMDC Ltd', NULL, '', '270/30KAR03011', 'nmdc@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(47, 'M/s MSPL', NULL, '', '199/30KAR03017', 'mspl@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(48, 'M/s ACC Ltd', NULL, '', '256/38MPR13001', 'acc@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(49, 'M/s Rungta Mines Ltd.', NULL, '', '4562/30ORI08028', 'rungta@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(50, 'M/s Wolkem Industries Ltd', NULL, '', '380/09RAJ26007', 'wolkem@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(51, 'M/s SAIL', NULL, '', '5662/30JHK18013', 'sail@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(52, 'M/s Century Cements Ltd', NULL, '', '4952/38CHG14024', 'century@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(53, 'M/s Manglam Cement Ltd.', NULL, '', '7378/38RAJ19001', 'manglam@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(54, 'Panchpatmali Bauxite', NULL, '', '116/07ORI09001', 'panchpatmali@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(55, 'Surda Copper Mine', NULL, '', '6381/14BHR27005', 'surda@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(56, 'M/s. THE KCP LTD', NULL, '', '680/38APR07049', 'mines.macherla@kcp.co.in\n', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(57, 'M/s. THE KCP LTD', NULL, '', '680/38APR07051', 'mines.macherla@kcp.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(58, 'M/s.THE INDIA CEMENTS LIMITED', NULL, '', '613/38APR14029', 'iclvpm@rediffmail.com/ vpm_mines@indiacements.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(59, 'M/S.THE RAMCO CEMENTS LIMITED.', NULL, '', '638/38APR10014', 'minesjpm@ramcocements.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(60, 'M/S.THE RAMCO CEMENTS LIMITED.', NULL, '', '638/38APR10015', 'minesjpm@ramcocements.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(61, 'M/S.THE RAMCO CEMENTS LIMITED.', NULL, '', '638/38APR10026', 'minesjpm@ramcocements.co.in\n', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(62, 'M/S.THE RAMCO CEMENTS LIMITED.', NULL, '', '638/38APR10031', 'minesjpm@ramcocements.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(63, 'M/s.ULTRA TECH CEMENT LTD', NULL, '', '441/38APR11036', 'babu.ryali@adityabirla.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(64, 'M/s.RAIN CEMENTS LTD.', NULL, '', '522/38APR11056', 'unit2mines@priyacement.com, vm.moorthy@priyacement.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(65, 'M/S.JSW CEMENTS LTD.', NULL, '', '106/38APR11130', 'jswcement.mines@jsw.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(66, 'TRIMEX SANDS PRIVATE LIMITED', NULL, '', '5259/26APR18002', 'info@trimexsands.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(67, 'M/s.THE INDIA CEMENTS LIMITED', NULL, '', '613/38APR04001', 'ccp-mines@indiacements.co.in , corporate@indiacements.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(68, 'M/s.DALMIA CEMENT (BHARAT) LIMITED', NULL, '', '929/38APR04017', 'kr.karanam@dalmiacement.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(69, 'M/s.APMDC LTD.', NULL, '', '981/38APR01012', 'orientmines@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(70, '"M/s.Kesoram Cement\nM/s.KESORAM INDUSTRIES LTD."', NULL, '', '245/38APR09001', 'mines@vasavadattacement.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(71, 'M/s.KESORAM CEMENTKESORAM INDUSTRIES LTD.', NULL, '', '245/38APR09002', 'mines@vasavadattacement.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(72, 'M/s.THE INDIA CEMENTS LIMITED', NULL, '', '613/38APR14011', 'iclvpm@rediffmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(73, 'M/s.THE INDIA CEMENTS LIMITED', NULL, '', '613/38APR14026', 'iclvpm@rediffmail.com/ vpm_mines@indiacements.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(74, 'M/s.CEMENT CORPORATION OF INDIA LTD.', NULL, '', '5210/38APR23001', 'ccimm@rediffmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(75, 'M/s.GUTUPALLY MINING COMPANY', NULL, '', '14998/30APR11038', 'kishan13536@yahoo.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(76, 'M/S.LEO MINING COMPANY', NULL, '', '5285/30APR11039', 'svagath@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(77, '"M/S.GLOBAL ASSOCIATES (PEDANADIPALLI)\n"', NULL, '', '81/40APR20093', 'mail@globalminerals.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(78, 'L.SREENIVASULU', NULL, '', '8832/38APR11138', 'donsrinivasulu1995@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(79, 'M/S.ANI MINES & MINERALS', NULL, '', '6320/41APR15157', 'animinesandminerals@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(80, 'M/s MY HOME INDUSTRIES LIMITED', NULL, '', '6908/38APR14040', 'mines@myhomegroup.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(81, 'M/s MY HOME INDUSTRIES LIMITED', NULL, '', '6908/38APR14043', 'mines@myhomegroup.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(82, 'M/s MY HOME INDUSTRIES LIMITED', NULL, '', '6908/38APR14044', 'mines@myhomegroup.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(83, 'M/s PENNA CEMENT INDUSTRIES LIMITED', NULL, '', '1099/38APR11115', 'boyareddypalli@pennacement.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(84, 'M/s PENNA CEMENT INDUSTRIES LIMITED', NULL, '', '1099/38APR14036', 'boyareddypalli@pennacement.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(85, 'M/s PENNA LIMESTONE QUARRIES LIMITED', NULL, '', '8166/38APR23004', 'tlcw@pennacement.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(86, 'M/s ZUARI CEMENT LTD', NULL, '', '996/38APR04008', 'nhpr100@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(87, 'Test name1', NULL, '', '6381/14RAJ17002', 'test@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(88, 'Test name2', NULL, '', '6381/14RAJ17003', 'test@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, 0, '', NULL, NULL, 0, 0, NULL, NULL),(89, '', NULL, '', NULL, '', '', 0, 0, '', NULL, NULL, 0, 0, NULL, NULL),(90, '', NULL, '', NULL, '', '', 0, 0, '', NULL, NULL, 0, 0, NULL, NULL),(91, '', NULL, '', NULL, '', '', 0, 0, '', NULL, NULL, 0, 0, NULL, NULL),(92, 'M/s Aditya Minerals Private Limited', NULL, NULL, '1041/40APR01003', 'ampl_aurfpl_adb@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(93, 'M/s Andhra Cements Limited.', NULL, NULL, '10168/38APR07001', 'jpdcw.mines@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(94, 'M/s ANDHRA MINERAL INDUSTRIES', NULL, NULL, '715/38APR02026', 'akshayaassociates1@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(95, 'M/s Anjani Portland Cement Limited', NULL, NULL, '8493/38APR14030', 'mines@anjanicement.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(96, 'M/s Anjani Portland Cement Limited', NULL, NULL, '8493/38APR14052', 'mines@anjanicement.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(97, 'M/s ASV Prasad Mining Pvt Ltd', NULL, NULL, '4237/40APR20063', 'bsgangarao@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(98, 'M/s B. V. Joshi Mines & Minerals', NULL, NULL, '19602/30APR11021', 'bvjoshimines13@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(99, 'M/s BENITA INDUSTRIES LIMITED', NULL, NULL, '4580/30APR04003', 'benitaindustries@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(100, 'M/s Bharathi Cement Corporation Pvt Ltd', NULL, NULL, '861/38APR04015', 'bccplmines@bharathicement.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(101, 'M/s Bhavya Cements Limited', NULL, NULL, '5580/38APR07052', 'bhavyacementworks@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(102, 'M/s DECCAN CEMENTS LIMITED', NULL, NULL, '1029/38APR14035', 'chakravarthy.kalyan@deccancements.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(103, 'M/s DECCAN CEMENTS LIMITED', NULL, NULL, '1029/38TNG08001', 'chakravarthy.kalyan@deccancements.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(104, 'M/s Deccan Limestone Mining Co. Pvt. Ltd.', NULL, NULL, '4223/38APR11017', 'deccanlimestonemine@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(105, 'M/s GREYGOLD CEMENTS LIMITED', NULL, NULL, '6664/38APR14021', 'ggclaccounts@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(107, 'M/s HEMADRI CEMENTS LIMITED', NULL, NULL, '6878/38APR10001', 'hemadricementschennai@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(108, 'M/s Kakatiya Cement Sugar and Industries Limited', NULL, NULL, '985/38APR10004', 'kakatiyacement@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(109, 'M/s Keerthi Industries Limited', NULL, NULL, '6499/38APR14009', 'keerthi_factory@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(110, 'M/s Lodhi Calcium Products Pvt.Ltd.,', NULL, NULL, '4648/38APR11055', 'asian_cement@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(111, 'M/s Mancherial Cement Company (Private) Limited', NULL, NULL, '6842/38APR01024', 'mcccement@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(115, 'M/s NCL Industries Limited', NULL, NULL, '578/38APR14018', 'ncl@nclind.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(116, 'M/s NCL Industries Limited', NULL, NULL, '578/38APR14025', 'ncl@nclind.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(117, 'M/s NCL Industries Limited', NULL, NULL, '578/38APR14039', 'ncl@nclind.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(118, 'M/s PANYAM CEMENTS & MINERAL INDUSTRIES LTD', NULL, NULL, '607/38APR11013', 'PCMIL@PANYAMCEMENTS.COM', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(119, 'M/s PANYAM CEMENTS & MINERAL INDUSTRIES LTD', NULL, NULL, '607/38APR11014', 'PCMIL@PANYAMCEMENTS.COM', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(120, 'M/s PANYAM CEMENTS & MINERAL INDUSTRIES LTD', NULL, NULL, '607/38APR11035', 'PCMIL@PANYAMCEMENTS.COM', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(121, 'M/s PARASAKTI CEMENT INDUSTRIES LIMITED', NULL, NULL, '955/38APR07040', 'mines@parasakticement.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(125, 'M/s R B S S D & F N DAS', NULL, NULL, '536/40APR20028', 'montymor@rediffmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(126, 'M/s R B S S D & F N DAS', NULL, NULL, '536/40APR20045', 'montymor@rediffmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(127, 'M/s R B S S D & F N DAS', NULL, NULL, '536/40APR20046', 'montymor@rediffmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(129, 'M/s RAIN CEMENTS LIMITED', NULL, NULL, '522/38APR11177', 'vm.moorthy@priyacement.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(130, 'M/s RAIN CEMENTS LIMITED', NULL, NULL, '522/38APR14014', 'vm.moorthy@priyacement.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(131, 'M/s RASHTRIYA ISPAT NIGAM LIMITED (RINL)', NULL, NULL, '1071/38APR10010', 'mmkm.mm@vizagsteel.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(132, 'M/s RASHTRIYA ISPAT NIGAM LIMITED (RINL)', NULL, NULL, '1071/40APR20050', 'mmkm.mm@vizagsteel.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(133, 'M/s S.K.SARAWAGI & CO (P) LTD', NULL, NULL, '732/40APR20029', 'mines@sarawagi.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(134, 'M/s S.K.SARAWAGI & CO (P) LTD', NULL, NULL, '732/40APR20039', 'mines@sarawagi.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(135, 'M/s S.K.SARAWAGI & CO (P) LTD', NULL, NULL, '732/40APR20042', 'mines@sarawagi.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(136, 'M/s S.K.SARAWAGI & CO (P) LTD', NULL, NULL, '732/40APR20043', 'mines@sarawagi.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(137, 'M/s S.K.SARAWAGI & CO (P) LTD', NULL, NULL, '732/40APR20058', 'mines@sarawagi.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(138, 'M/s SAGAR CEMENTS LIMITED', NULL, NULL, '825/38APR14007', 'info@sagarcements.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(139, 'M/s SAGAR CEMENTS LIMITED', NULL, NULL, '825/38APR14022', 'info@sagarcements.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(140, 'M/s SAI DHARANI SPONGE IRON PVT LTD', NULL, NULL, '700/30APR15003', 'saidharanispongeironpvtltd@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(141, 'M/s SANJAY MINING PVT LTD', NULL, NULL, '9329/40APR20081', 'sanjayminingpltd@yahoo.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(142, 'M/s SHREE ARYA LAKSHMI STEEL PVT LTD', NULL, NULL, '18104/30APR11043', 'benitamines@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(143, 'M/s SREE SRAVANA MINERALS', NULL, NULL, '9596/41APR15161', 'giriprasad.g.343@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(144, 'M/s SRI MATA INFRATECH LIMITED(formerly VISWAM CE', NULL, NULL, '728/38APR14013', 'srimatainfratech@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(146, 'M/s SRIKALAHASTHI PIPES LIMITED', NULL, NULL, '6527/38APR04011', 'sudanthiram@srikalahasthipipes.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(147, 'M/s swathi mines', NULL, NULL, '8809/77APR02004', 'swathimines@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(148, 'M/s The Premier Mica Company', NULL, NULL, '9434/62APR15019', 'premica@micaindia.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(150, 'M/s ZUARI CEMENT LTD', NULL, NULL, '996/38APR14008', 'nhpr100@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(151, 'M/s ZUARI CEMENT LTD', NULL, NULL, '996/38APR14023', 'nhpr100@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(152, 'Mr Bollineni KoteswaraRao', NULL, NULL, '5338/62APR15017', 'bollinenikoteswararao@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(153, 'Mr Bollineni KoteswaraRao', NULL, NULL, '5338/62APR15018', 'bollinenikoteswararao@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(154, 'Mr Buggana Rajendranath', NULL, NULL, '668/38APR11037', 'seshasaimining@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(155, 'Mr Buggana Rajendranath', NULL, NULL, '668/38APR11046', 'seshasaimining@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(156, 'Mr Buggana Rajendranath', NULL, NULL, '668/38APR11128', 'seshasaimining@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(157, 'Mr Buggana Rajendranath', NULL, NULL, '668/38APR11129', 'seshasaimining@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(158, 'Mr Buggana Rajendranath', NULL, NULL, '668/38APR11131', 'seshasaimining@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(159, 'Mr Chadalawada Jayaram Babu', NULL, NULL, '10629/38APR07058', 'karpurapu.venkatadri@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(160, 'Mr donthireddy sesha reddy', NULL, NULL, '6924/38APR02029', 'sudha.donthi@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(161, 'Mr GOOTY PEDDI REDDY', NULL, NULL, '8468/38APR02024', 'gpeddireddy8468@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(162, 'Mr GRANDHE RAMA MOHAN RAO', NULL, NULL, '4664/38APR02008', 'audithiya.minerals@yahoo.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(163, 'Mr HEMANTH KUMAR M', NULL, NULL, '711/41APR15112', 'hemanth.kumar.malli@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(164, 'Mr INDLA SREE RAMULU', NULL, NULL, '669/38APR11141', 'ipsekhar123@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(165, 'Mr Mallela Adinarayana', NULL, NULL, '10085/38APR07033', 'mallelaramu@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(166, 'Mr MANNE HARINATHA REDDY', NULL, NULL, '11440/38APR11135', 'cnagi.reddy08@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(167, 'Mr P Sreenivasalu', NULL, NULL, '11268/38APR02016', 'pasyavulamanoj@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(168, 'Mr SANJEEV REDDY B', NULL, NULL, '456/30APR11026', 'bsanjeevreddy.co@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(169, 'Mr SANJEEV REDDY B', NULL, NULL, '456/30APR11027', 'bsanjeevreddy.co@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(170, 'Mr SHANKARLAL SHARMA DHANDU', NULL, NULL, '297/40APR20075', 'shivshanthi2008@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(171, 'Mr SIVA RAMIREDDY NANDYALA', NULL, NULL, '7321/38APR11143', 'nvrminerals9@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(172, 'Mr suresh ampagowni', NULL, NULL, '8806/38APR02030', 'ampagownisuresh@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(173, 'Mr T. SREERAMULU', NULL, NULL, '14300/38APR11173', 'summ.uma4@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(174, 'Mr VENKATA RAMI REDDY GOWRI', NULL, NULL, '296/30APR11013', 'venkataramireddygowri@yahoo.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(175, 'Mr VENKATARAMI REDDY S', NULL, NULL, '623/38APR11064', 'saisrinivasaminerals@rediffmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(176, 'Ms SEETAMMA SINGASANI', NULL, NULL, '10329/38APR11091', 'ssnreddy1971@hotmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(177, 'Ms vatti sundari', NULL, NULL, '8459/38APR07023', 'vattisundarireddy@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(178, 'Ms VENKATA SUBBAMMA DONTHIREDDIGARI', NULL, NULL, '302/19APR11026', 'dvs2208@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(179, 'Mahamaya & Dulki mine', NULL, NULL, '1120/30MPR12004', 'rmdsail@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(180, 'Dalli Manual Mine', NULL, NULL, '1120/30MPR13001', 'rmdsail@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(181, 'Jharandalli Mine', NULL, NULL, '1120/30MPR13002', 'rmdsail@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(182, 'Rajhara Machanised', NULL, NULL, '1120/30MPR13005', 'rmdsail@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(183, 'DALLI MECHANISED MINES', NULL, NULL, '1120/30MPR13006', 'rmdsail@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(184, 'BELADILA DEPOSIT 14( KIRANDUL COMPLEX)', NULL, NULL, '270/30MPR02002', 'hodrp@nmdc.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(185, 'Bacheli-5', NULL, NULL, '270/30MPR02005', 'hodrp@nmdc.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(186, 'Bacheli-10,11A', NULL, NULL, '270/30MPR48001', 'hodrp@nmdc.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(187, 'Hahaldi Iron ore Mine', NULL, NULL, '4393/30CHG08007', 'sbpil@goeltmt.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(188, 'Kacche Aari Dongri Iron ore Mine', NULL, NULL, '4342/30CHG0800', 'only_dhinesh@yahoo.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(189, 'Boriya tibbu Iron ore Mine', NULL, NULL, '4342/30CHG15002', 'only_dhinesh@yahoo.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(190, 'Dongarbor Iron ore Mine', NULL, NULL, '485/30CHG15001', 'gkc@seml.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(191, 'Rawan Limestone Mine', NULL, NULL, '447/38MPR28007', 'vijay.kumar@ambujacement.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(192, 'Sonadih Limestone Mine', NULL, NULL, '378/38MPR28010', 'amitkumar.roy@lafarge.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(193, 'Paraswani Limestone Mine', NULL, NULL, '441/38MPR28017', 'ajit.ostwal@adityabirla.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(194, 'Rawan-Jhipan Limestone Mine', NULL, NULL, '441/38MPR28018', 'ajit.ostwal@adityabirla.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(195, 'Mopar Limestone Mine', NULL, NULL, '14283/38CHG14018', 'kapil.mining@yahoo.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(196, 'Emami Cement Limestone Mine', NULL, NULL, '16679/38CHG19001', 'dineshdixit22@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(197, 'Takaraguda Limestone Mine', NULL, NULL, '12259/38CHG01011', 'manishnsomani@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(198, 'Chhapar Bhanpuri Mine', NULL, NULL, '9486/38CHG01008', 'pradeepgoel29@yahoo.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(199, 'Chandi Limestone Mine', NULL, NULL, '10276/38CHG05015', 'mkagrawal2006@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(201, 'Sahegaon-Patharia Limestone Mine', NULL, NULL, '5671/38CHG05013', 'pcsahu.mining@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(202, 'Semriya Limestone Mine', NULL, NULL, '4816/38CHG05009', 'dineshsingh@durg.jkmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(203, 'Sahegaon Limestone Mine', NULL, NULL, '9606/38CHG05012', 'advocaterajeevpandey@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(204, 'Patheria-1 limestone Mine', NULL, NULL, '10030/38MPR13027', 'shamitv@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(205, 'Patheria-2 limestone Mine', NULL, NULL, '10030/38CHG05019', 'shamitv@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(206, 'Nandini Kundini Limestone Mine', NULL, NULL, '5681/38MPR13026', 'vikasagrawal30@yahoo.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(207, 'Nandini Kundini Limestone Mine', NULL, NULL, '5674/38MPR13025', 'mdmlimestonemines@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(208, 'Nandini Kundini Limestone Mine', NULL, NULL, '5674/38MPR13024', 'mdmlimestonemines@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(209, 'Sahegaon Limestone Mine', NULL, NULL, '5681/38CHG05001', 'vikasagrawal30@yahoo.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(210, 'Nandini Limestone Mine', NULL, NULL, '1120/30MPR13003', 'rmdsail@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(211, 'Medesara Limestone Mine', NULL, NULL, '6696/38CHG05010', 'sanjaydsa_bhilai@yahoo.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(212, 'Patheria-I Limestone Mine', NULL, NULL, '256/38MPR13008', 'mahendrakumar.mehta@acclimited.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(213, 'Kirari Limestone Mine', NULL, NULL, '378/38CHG02001', 'amitkumar.roy@lafarge.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(214, 'Arasmeta Limestone Mine', NULL, NULL, '378/38MPR06003', 'amitkumar.roy@lafarge.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(215, 'Century cement bahesar limestone Mine', NULL, NULL, '4952/38MPR28001', 'maiharcementmines@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(216, 'Bhuruwadih Limestone Mine', NULL, NULL, '960/38CHG14027', 'shreebwr@shreecementltd.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(217, 'Titijharia Mine', NULL, NULL, '935/07CHG16003', 'bijesh.jha@adityabirla.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(218, 'Kudag bauxite Mine', NULL, NULL, '935/07MPR42004', 'bijesh.jha@adityabirla.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(219, 'Samri bauxite Mine', NULL, NULL, '935/07MPR42005', 'bijesh.jha@adityabirla.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(220, 'Kabirdham bauxite Mine', NULL, NULL, '602/07CHG09002', 'Rajesh.Mishra@vedanta.co.in', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(221, 'Daldali bauxite Mine', NULL, NULL, '8239/07CHG09003', 'cmdcraipur@gmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(222, 'Bade bacheli tin mine', NULL, NULL, '9859/60CHG03004', 'pmsl10@hotmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(223, 'Bade bacheli tin mine', NULL, NULL, '9859/60CHG03003', 'pmsl10@hotmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),(224, 'SAMERIAYA (267.695)', NULL, NULL, '4816/38CHG05017', 'dineshsingh@durg.jkmail.com', '$2y$13$x21.5cnw7.IlQglvjdfke.uCQ7OeQBguj02ttbeM047kPQ8JAoMXe', 10, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);---- Constraints for dumped tables------ Constraints for table `article`--ALTER TABLE `article` ADD CONSTRAINT `article_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE ON UPDATE CASCADE;---- Constraints for table `auth_assignment`--ALTER TABLE `auth_assignment` ADD CONSTRAINT `auth_assignment_ibfk_1` FOREIGN KEY (`item_name`) REFERENCES `auth_item` (`name`) ON DELETE CASCADE ON UPDATE CASCADE;---- Constraints for table `auth_item`--ALTER TABLE `auth_item` ADD CONSTRAINT `auth_item_ibfk_1` FOREIGN KEY (`rule_name`) REFERENCES `auth_rule` (`name`) ON DELETE SET NULL ON UPDATE CASCADE;---- Constraints for table `auth_item_child`--ALTER TABLE `auth_item_child` ADD CONSTRAINT `auth_item_child_ibfk_1` FOREIGN KEY (`parent`) REFERENCES `auth_item` (`name`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `auth_item_child_ibfk_2` FOREIGN KEY (`child`) REFERENCES `auth_item` (`name`) ON DELETE CASCADE ON UPDATE CASCADE;/*!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 */;